Skip to content

Commit

Permalink
fix for failing test (issue #645)
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Apr 21, 2017
1 parent 6087ae9 commit 146ce47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/tst_multifile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from numpy import ma
import tempfile, unittest, os, datetime

nx=100; ydim=5; zdim=1
nx=100; ydim=5; zdim=10
nfiles = 10
ninc = nx/nfiles
files = [tempfile.NamedTemporaryFile(suffix='.nc', delete=False).name for nfile in range(nfiles)]
Expand Down
2 changes: 1 addition & 1 deletion test/tst_multifile2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from numpy import ma
import tempfile, unittest, os, datetime

nx=100; ydim=5; zdim=1
nx=100; ydim=5; zdim=10
nfiles = 10
ninc = nx/nfiles
files = [tempfile.NamedTemporaryFile(suffix='.nc', delete=False).name for nfile in range(nfiles)]
Expand Down

0 comments on commit 146ce47

Please sign in to comment.