Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from scalableminds/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
valentin-pinkau authored Jul 10, 2019
2 parents 27c64c9 + c1cedbe commit 43887bb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Python tests
command: |
mkdir -p testoutput
pipenv run pytest tests/test_snapshot_readandwrite.py
pipenv run pytest tests
workflows:
version: 2
Expand Down
Binary file modified testdata/complex_dataset.nml.pickle
Binary file not shown.
1 change: 1 addition & 0 deletions testdata/complex_dataset.nml.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<parameters>
<experiment name="google-ffn" />
<scale x="11.239999771118164" y="11.239999771118164" z="11.239999771118164" />
<offset x="0.0" y="0.0" z="0.0" />
<time ms="1558533850361" />
<editPosition x="171.0" y="217.0" z="197.0" />
<editRotation xRot="180.0" yRot="270.0" zRot="180.0" />
Expand Down
Binary file modified testdata/dataset.nml.pickle
Binary file not shown.
1 change: 1 addition & 0 deletions testdata/dataset.nml.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<parameters>
<experiment name="google-ffn" />
<scale x="11.239999771118164" y="11.239999771118164" z="11.239999771118164" />
<offset x="0.0" y="0.0" z="0.0" />
<time ms="1558533850361" />
<editPosition x="153.0" y="93.0" z="233.0" />
<editRotation xRot="359.4796676877494" yRot="12.702780323279" zRot="54.24080096414724" />
Expand Down

0 comments on commit 43887bb

Please sign in to comment.