Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
domna committed Jan 18, 2024
1 parent 343cd54 commit 79d845b
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pynxtools/dataconverter/readers/mpes/reader.py
Original file line number Diff line number Diff line change
@@ -171,6 +171,7 @@ def iterate_dictionary(dic, key_string):
"momentum_resolution": "RESOLUTION[momentum_resolution]/resolution",
"temporal_resolution": "RESOLUTION[temporal_resolution]/resolution",
"spatial_resolution": "RESOLUTION[spatial_resolution]/resolution",
"sample_temperature": "temperature_sensor/value",
}

REPLACE_NESTED = {
2 changes: 1 addition & 1 deletion tests/data/dataconverter/readers/mpes/config_file.json
Original file line number Diff line number Diff line change
@@ -272,7 +272,7 @@
"description": "@attrs:metadata/sample/chemical_formula",
"name": "@attrs:metadata/sample/chemical_formula",
"situation": "vacuum",
"SUSBTANCE[substance]/molecular_formula_hill": "@link:/entry/sample/chemical_formula",
"SUBSTANCE[substance]/molecular_formula_hill": "@link:/entry/sample/chemical_formula",
"physical_form": "thin film",
"temperature": {
"temperature_sensor": "@link:/entry/instrument/manipulator/temperature_sensor"

0 comments on commit 79d845b

Please sign in to comment.