Skip to content

Commit db4d2a2

Browse files
committed
some debugging things
1 parent e6194cf commit db4d2a2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/source/examples.daisy_chain_mlip_fitting.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"# from pathlib import Path\n",
203203
"\n",
204204
"# fn = Path(wfl.__file__).parent.resolve() / \"../tests/assets/daisy_chain_mlip_fitting.1.ch.rdkit.xyz\"\n",
205-
"# smiles_configs = ConfigSet(fn)\n"
205+
"# smiles_configs = ConfigSet(fn)t\n"
206206
]
207207
},
208208
{
@@ -242,7 +242,9 @@
242242
" \"num_cores\" : 2,\n",
243243
" \"partitions\" : \"standard\"}, \n",
244244
" \"check_interval\": 5,\n",
245-
" \"num_inputs_per_queued_job\" :20\n",
245+
" \"num_inputs_per_queued_job\" :20,\n",
246+
" \"pre_cmds\": ['echo \"-------------------------------------\"', \"which wfl\"],\n",
247+
" \"post_cmds\": ['echo \"_______________________________\"', \"which wfl\"]\n",
246248
"}\n"
247249
]
248250
},

tests/test_doc_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def _get_coding_blocks(nb_file):
2323
pytest.param('examples.select_fps.ipynb', 'all', False, id='select fps'),
2424
pytest.param('examples.fhiaims_calculator.ipynb', 'all', False, id='fhiaims_calculator',
2525
marks=aims_prerequisites),
26-
pytest.param("examples.daisy_chain_mlip_fitting.ipynb", "all", False, id="daisy_chain_mlip_fitting")
26+
pytest.param("examples.daisy_chain_mlip_fitting.ipynb", "all", True, id="daisy_chain_mlip_fitting")
2727
)
2828
)
2929
def test_example(tmp_path, nb_file, idx_execute, monkeypatch, needs_expyre, expyre_systems):

0 commit comments

Comments
 (0)