Skip to content

Commit

Permalink
Merge pull request #22 from nwu63/idwarp-tests
Browse files Browse the repository at this point in the history
Added new tests with idwarp
  • Loading branch information
eirikurj authored Feb 9, 2020
2 parents 3139401 + d6be0a3 commit b94c576
Show file tree
Hide file tree
Showing 11 changed files with 473 additions and 972 deletions.
2 changes: 1 addition & 1 deletion python/reg_tests/run_reg_tests_cs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
nTestMax = len(testFiles)

if args.test is None:
tests = range(1, nTestMax+1)
tests = [1,3,5,7,8,9]
else:
tests = args.test

Expand Down
Loading

0 comments on commit b94c576

Please sign in to comment.