Skip to content

Commit 098867f

Browse files
committed
update pynxtools to v 0.12.0
1 parent 02bd061 commit 098867f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

tests/test_processor.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)