Skip to content

Commit ddb6721

Browse files
committed
fix: stop returning the results dict
1 parent 3f41e8c commit ddb6721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/cgcnn-example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def main( # noqa: C901
227227
}
228228
data_params.update(data_reset)
229229

230-
return results_multitask(
230+
results_multitask(
231231
model_class=CrystalGraphConvNet,
232232
model_name=model_name,
233233
run_id=run_id,

0 commit comments

Comments
 (0)