-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use central pynx mechanism for tests (#18)
* Use central pynx mechanism for tests * Update example file * Add example regeneration script * Update file to newest definitions * Track nxs files with lfs * Readd example file * Enable lfs in workflow
- Loading branch information
Showing
6 changed files
with
32 additions
and
7,269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.nxs filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
READER=mpes | ||
NXDL=NXmpes | ||
|
||
function update_mpes_example { | ||
echo "Update mpes example" | ||
dataconverter xarray_saved_small_calibration.h5 config_file.json --reader $READER --nxdl $NXDL --output example.nxs | ||
} | ||
|
||
project_dir=$(dirname $(dirname $(realpath $0))) | ||
cd $project_dir/tests/data | ||
|
||
update_mpes_example |
Oops, something went wrong.