Skip to content

Commit

Permalink
Update test_stats.py
Browse files Browse the repository at this point in the history
Change the path for the test data
  • Loading branch information
KonstantinChri authored Jan 30, 2024
1 parent 936f542 commit ab5caaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ds = ts.TimeSeries(lon=1.32, lat=53.324,start_time='2000-01-01', end_time='2010-12-31' , product='NORA3_wind_wave')
# Import data from thredds.met.no and save it as csv
#ds.load_data('tests/data/'+ds.datafile)
ds.load_data('/home/birgitterf/dev/github/metocean-stats/tests/data/'+ds.datafile)
ds.load_data('tests/data/'+ds.datafile)

def test_scatter_diagram(ds=ds):
general_stats.scatter_diagram(data=ds.data, var1='hs', step_var1=1, var2='tp', step_var2=1, output_file='test.png')
Expand Down

0 comments on commit ab5caaa

Please sign in to comment.