We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7af85a commit eae3c0bCopy full SHA for eae3c0b
tests/test_so3krates.py
@@ -110,9 +110,10 @@ def test_so3krates_training():
110
from mlff.properties import md17_property_keys as prop_keys
111
112
import mlff.properties.property_names as pn
113
+ import pathlib
114
115
data_path = 'test_data/ethanol.npz'
- save_path = '_test_train_so3krates'
116
+ save_path = pathlib.Path('_test_train_so3krates').expanduser().absolute().resolve()
117
ckpt_dir = os.path.join(save_path, 'module')
118
ckpt_dir = create_directory(ckpt_dir, exists_ok=False)
119
0 commit comments