Skip to content

Commit

Permalink
Merge pull request #182 from jonwright/master
Browse files Browse the repository at this point in the history
update CI
  • Loading branch information
jonwright authored Nov 13, 2023
2 parents 88ba15b + 172eb03 commit 22e7759
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.1
- image: circleci/python:3.8.0

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_flake_pytest_ubuntu2004.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.7", "3.x"]
python-version: ["2.7", "3.8", "3.x"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions ImageD11/sinograms/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ def guess_shape(self):
else:
s0 = 1
s1 = npts
# FIXME: we should reshape the omega/dty to match slow/fast points
# also modify self.scans to be '4.1::[start:end]'
if len(self.scans) > 1:
s0 = len(self.scans)
s1 = npts // s0
Expand Down

0 comments on commit 22e7759

Please sign in to comment.