Skip to content

Commit

Permalink
Merge pull request #10 from fmi-faim/dtype
Browse files Browse the repository at this point in the history
Save transform information alongside transformed images
  • Loading branch information
imagejan authored Sep 11, 2024
2 parents f0d8845 + ebac050 commit f0926b3
Show file tree
Hide file tree
Showing 6 changed files with 971 additions and 856 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']

env:
DISPLAY: ':99.0'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
Loading

0 comments on commit f0926b3

Please sign in to comment.