Skip to content

Commit d15442e

Browse files
authored
Merge pull request #577 from OpenCOMPES/update_pynxtools
Update pynxtools
2 parents 9c2c22f + f2a0fb3 commit d15442e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/testing_multiversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Using matrix strategy
1818
strategy:
1919
matrix:
20-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2121

2222
steps:
2323
# Check out repo and set up Python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"photutils<2.0",
4747
"psutil>=5.9.0",
4848
"pynxtools-mpes>=0.2.2",
49-
"pynxtools>=0.10.6",
49+
"pynxtools>=0.10.7",
5050
"pyyaml>=6.0.0",
5151
"scipy>=1.8.0",
5252
"symmetrize>=0.5.5",

src/sed/config/flash_example_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ dataframe:
9393
timeStamp: 's'
9494
energy: 'eV'
9595
E: 'eV'
96-
kx: '1/A'
97-
ky: '1/A'
96+
kx: '1/angstrom'
97+
ky: '1/angstrom'
9898

9999
# The channels to load from the raw data. The channels have the following structure:
100100
# channels have the following structure:

src/sed/config/mpes_example_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dataframe:
5656
timeStamp: 's'
5757
energy: 'eV'
5858
E: 'eV'
59-
kx: '1/A'
60-
ky: '1/A'
59+
kx: '1/angstrom'
60+
ky: '1/angstrom'
6161

6262
# dataframe channels and group names to read from the h5 files
6363
channels:

0 commit comments

Comments
 (0)