Skip to content

Commit 3d956dd

Browse files
committed
Fix deprecated fixtures behaviour
1 parent 732f8e8 commit 3d956dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/basic_kga_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def timeseries(filename, col_number):
3131
return out_data
3232

3333

34-
@pytest.fixture
34+
# @pytest.fixture
3535
def rasters_params():
3636
"""
3737
Pytest fixture that reads in paths containing results/KGAs

test/input_data/boscastle/boscastle_input_data/boscastle_test_72hr_50m_u.params

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
read_fname: boscastle_square_50m # TOP-LAYER DEM NAME, NO EXTENSION PLEASE
1212
dem_read_extension: asc # OPTIONS ARE asc (ASCII) ONLY, OTHER FORMATS NOT YET SUPPORTED - SORRY!
1313
dem_write_extension: asc # OPTIONS ARE asc, flt, OR bil (BIL EXPERIMENTAL)
14-
read_path: ./input_data/boscastle_input_data/
14+
read_path: ./input_data/boscastle/boscastle_input_data/
1515
write_path: ./results/boscastle50m_72_u/
1616
write_fname: boscastle_50m_72hr_u.dat # CATCHMENT HYDROGRAPH AND SEDS OUTPUT TIMESERIES FILE (NOT RASTERS)
1717
timeseries_save_interval: 5 # IN MODEL MINUTES

0 commit comments

Comments
 (0)