Skip to content

Commit

Permalink
Fix path for minusz.npz regression file
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Oct 21, 2016
1 parent 8a44ee2 commit 0885ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xija/tests/test_models.py
Expand Up @@ -137,7 +137,7 @@ def test_minusz():
mdl.make()
mdl.calc()

regrfile = 'minusz.npz'
regrfile = abs_path('minusz.npz')
if not os.path.exists(regrfile):
print 'Writing reference file', regrfile
kwargs = {msid: mdl.comp[msid].mvals for msid in msids}
Expand Down

0 comments on commit 0885ffe

Please sign in to comment.