Skip to content

Commit

Permalink
Merge pull request #130 from edges-collab/switch-to-gsdata
Browse files Browse the repository at this point in the history
Switch to gsdata
  • Loading branch information
steven-murray committed Apr 15, 2024
2 parents abb33ff + f9b74cc commit 8e34898
Show file tree
Hide file tree
Showing 9 changed files with 148 additions and 707 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
skip-delete: true
github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 1 addition & 3 deletions .github/workflows/test_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.9, "3.10", "3.11", "3.12"]
exclude:
- os: macos-latest
python-version: 3.8

steps:
- uses: actions/checkout@master
with:
Expand Down
3 changes: 1 addition & 2 deletions src/edges_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

from pathlib import Path

from . import h5, io, io3
from .h5 import HDF5Object, HDF5RawSpectrum, HDF5StructureError
from . import io, io3
from .io import S1P, FieldSpectrum, Spectrum

TEST_DATA_PATH = Path(__file__).parent / "test_data"
Expand Down
Loading

0 comments on commit 8e34898

Please sign in to comment.