Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Oct 22, 2024
1 parent 9509953 commit 68ecc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ def test_save(caplog) -> None:
] = 21.0
config["metadata"]["lens_mode_config"]["6kV_kmodem4.0_30VTOF_453ns_focus.sav"]["Z1"] = 2450
config["metadata"]["lens_mode_config"]["6kV_kmodem4.0_30VTOF_453ns_focus.sav"]["F"] = 69.23
config["nexus"]["input_files"] = [package_dir + "/../sed/config/NXmpes_config.json"]
config["nexus"]["input_files"] = [package_dir + "/../../config/NXmpes_config.json"]
processor = SedProcessor(
folder=df_folder,
config=config,
Expand Down

0 comments on commit 68ecc3d

Please sign in to comment.