We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e429077 commit d29c1cbCopy full SHA for d29c1cb
2 files changed
pyproject.toml
@@ -46,7 +46,7 @@ dependencies = [
46
"photutils<2.0",
47
"psutil>=5.9.0",
48
"pynxtools-mpes>=0.2.2",
49
- "pynxtools>=0.10.6",
+ "pynxtools>=0.10.7",
50
"pyyaml>=6.0.0",
51
"scipy>=1.8.0",
52
"symmetrize>=0.5.5",
tests/test_processor.py
@@ -1236,7 +1236,7 @@ def test_save(caplog) -> None:
1236
)
1237
assert (
1238
caplog.messages[0]
1239
- == "WARNING: The data entry corresponding to /ENTRY[entry]/SAMPLE[sample]/name is "
+ == "ERROR: The data entry corresponding to /ENTRY[entry]/SAMPLE[sample]/name is "
1240
"required and hasn't been supplied by the reader."
1241
1242
0 commit comments