Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jul 4, 2019
1 parent e4ca65b commit 77651f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sami2py/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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',
'dennf.dat', 'u3f.dat', 'vsif.dat', 'tif.dat',
'dennf.dat', 'u4f.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

0 comments on commit 77651f2

Please sign in to comment.