Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/testing_multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Using matrix strategy
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
# Check out repo and set up Python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"photutils<2.0",
"psutil>=5.9.0",
"pynxtools-mpes>=0.2.2",
"pynxtools>=0.10.6",
"pynxtools>=0.10.7",
"pyyaml>=6.0.0",
"scipy>=1.8.0",
"symmetrize>=0.5.5",
Expand Down
4 changes: 2 additions & 2 deletions src/sed/config/flash_example_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ dataframe:
timeStamp: 's'
energy: 'eV'
E: 'eV'
kx: '1/A'
ky: '1/A'
kx: '1/angstrom'
ky: '1/angstrom'

# The channels to load from the raw data. The channels have the following structure:
# channels have the following structure:
Expand Down
4 changes: 2 additions & 2 deletions src/sed/config/mpes_example_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ dataframe:
timeStamp: 's'
energy: 'eV'
E: 'eV'
kx: '1/A'
ky: '1/A'
kx: '1/angstrom'
ky: '1/angstrom'

# dataframe channels and group names to read from the h5 files
channels:
Expand Down