Skip to content

Commit

Permalink
add neutrals to test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jul 4, 2019
1 parent ee9aa24 commit d0e5bbb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sami2py/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def setup(self):
if not os.path.exists(self.model_path):
os.makedirs(self.model_path)
self.filelist = ['glonf.dat', 'glatf.dat', 'zaltf.dat', 'denif.dat',
'vsif.dat', 'tif.dat', 'tef.dat', 'time.dat']
'dennf.dat', 'u3f.dat', 'vsif.dat', 'tif.dat',
'tef.dat', 'time.dat']
for filename in self.filelist:
open(os.path.join(fortran_dir, filename), 'w').close()

Expand Down Expand Up @@ -123,7 +124,8 @@ def setup(self):
if not os.path.exists(self.model_path):
os.makedirs(self.model_path)
self.filelist = ['glonu.dat', 'glatu.dat', 'zaltu.dat', 'deniu.dat',
'vsiu.dat', 'tiu.dat', 'teu.dat', 'time.dat']
'dennu.dat', 'u4u.dat', 'vsiu.dat', 'tiu.dat',
'teu.dat', 'time.dat']
for filename in self.filelist:
open(os.path.join(fortran_dir, filename), 'w').close()

Expand Down

0 comments on commit d0e5bbb

Please sign in to comment.