Skip to content

Commit d29c1cb

Browse files
committed
update pynxtools
1 parent e429077 commit d29c1cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.2",
49-
"pynxtools>=0.10.6",
49+
"pynxtools>=0.10.7",
5050
"pyyaml>=6.0.0",
5151
"scipy>=1.8.0",
5252
"symmetrize>=0.5.5",

tests/test_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ 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 "
1239+
== "ERROR: The data entry corresponding to /ENTRY[entry]/SAMPLE[sample]/name is "
12401240
"required and hasn't been supplied by the reader."
12411241
)
12421242
assert (

0 commit comments

Comments
 (0)