Skip to content

Commit

Permalink
Unique filename in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavbroz committed Sep 28, 2023
1 parent c63341b commit c506f37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
wavelengths = b['wavelengths@vis01@phoebe01@latest@vis@model'].value
vises = b['vises@vis01@phoebe01@latest@vis@model'].value

np.savetxt('test_interferometry.out', np.c_[times, u, v, wavelengths, vises], header='times u v wavelenghts vises')
np.savetxt('test_interferometry2.out', np.c_[times, u, v, wavelengths, vises], header='times u v wavelenghts vises')

#b.plot(show=True)
#b.plot(x='u', show=True)
Expand Down
8 changes: 4 additions & 4 deletions tests/nosetests/test_interferometry2/uv.plt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ set zeroaxis
set size ratio -1

p \
"test_interferometry.out" u (+$2):(+$3):5 w p pt 5 lc palette z not,\
"test_interferometry.out" u (+$2):(-$3):5 w p pt 5 lc palette z not,\
"test_interferometry.out" u (-$2):(+$3):5 w p pt 5 lc palette z not,\
"test_interferometry.out" u (-$2):(-$3):5 w p pt 5 lc palette z not,\
"test_interferometry2.out" u (+$2):(+$3):5 w p pt 5 lc palette z not,\
"test_interferometry2.out" u (+$2):(-$3):5 w p pt 5 lc palette z not,\
"test_interferometry2.out" u (-$2):(+$3):5 w p pt 5 lc palette z not,\
"test_interferometry2.out" u (-$2):(-$3):5 w p pt 5 lc palette z not,\

pa -1

Expand Down

0 comments on commit c506f37

Please sign in to comment.