mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-06-01 21:56:38 +08:00
pytype fix
PiperOrigin-RevId: 525432152
This commit is contained in:
committed by
Saran Tunyasuvunakool
parent
f905943c13
commit
fb1d757863
@@ -125,7 +125,8 @@ def _generate_test_prediction_file(test_predictions: np.ndarray,
|
|||||||
# It is not possible to write directlt on CNS.
|
# It is not possible to write directlt on CNS.
|
||||||
evaluator = lsc.PCQM4MEvaluator()
|
evaluator = lsc.PCQM4MEvaluator()
|
||||||
|
|
||||||
evaluator.save_test_submission(dict(y_pred=test_predictions), output_path)
|
evaluator.save_test_submission(
|
||||||
|
dict(y_pred=test_predictions), str(output_path))
|
||||||
return output_path
|
return output_path
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user