Skip to content

Commit fb1d757

Browse files
alvarosgsaran-t
authored andcommitted
pytype fix
PiperOrigin-RevId: 525432152
1 parent f905943 commit fb1d757

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ogb_lsc/pcq/ensemble_predictions.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ def _generate_test_prediction_file(test_predictions: np.ndarray,
125125
# It is not possible to write directlt on CNS.
126126
evaluator = lsc.PCQM4MEvaluator()
127127

128-
evaluator.save_test_submission(dict(y_pred=test_predictions), output_path)
128+
evaluator.save_test_submission(
129+
dict(y_pred=test_predictions), str(output_path))
129130
return output_path
130131

131132

0 commit comments

Comments
 (0)