File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies = [
4646 " photutils<2.0" ,
4747 " psutil>=5.9.0" ,
4848 " pynxtools-mpes>=0.2.5" ,
49- " pynxtools>=0.11.1 " ,
49+ " pynxtools>=0.12.0 " ,
5050 " pyyaml>=6.0.0" ,
5151 " scipy>=1.8.0" ,
5252 " symmetrize>=0.5.5" ,
Original file line number Diff line number Diff line change @@ -1236,13 +1236,13 @@ def test_save(caplog) -> None:
12361236 )
12371237 assert (
12381238 caplog .messages [0 ]
1239- == "WARNING: The data entry corresponding to /ENTRY[entry]/SAMPLE[sample]/name is "
1240- "required and hasn't been supplied by the reader ."
1239+ == "WARNING: The required field /ENTRY[entry]/SAMPLE[sample]/name hasn't been "
1240+ "supplied."
12411241 )
12421242 assert (
12431243 caplog .messages [1 ]
1244- == "WARNING: Field /ENTRY[entry]/INSTRUMENT[instrument]/undocumented_field written "
1245- "without documentation."
1244+ == "WARNING: Field /ENTRY[entry]/INSTRUMENT[instrument]/undocumented_field has no "
1245+ "documentation."
12461246 )
12471247 os .remove ("output.nxs" )
12481248 os .remove ("temp_eln.yaml" )
You can’t perform that action at this time.
0 commit comments