Skip to content

Commit 5a17f72

Browse files
committed
revert the comment line for splits file path
1 parent ba5884a commit 5a17f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chebai/result/prediction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(
3636
print("Below are the modules loaded from the checkpoint:")
3737

3838
self._dm_hparams = ckpt_file["datamodule_hyper_parameters"]
39-
# self._dm_hparams.pop("splits_file_path")
39+
self._dm_hparams.pop("splits_file_path")
4040
self._dm: XYBaseDataModule = instantiate_module(
4141
XYBaseDataModule, self._dm_hparams
4242
)

0 commit comments

Comments
 (0)