Skip to content

Commit 156d1dd

Browse files
committed
Remove hard-wird path to testing dir
1 parent 84a7ef2 commit 156d1dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schimpy/create_station_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def create_station_output(
134134

135135
# Read flux.out
136136
flux_out_old = station.read_flux_out(
137-
"outputs_sdg/flux.out", fluxline_loc_old, reftime=None
137+
target, fluxline_loc_old, reftime=None
138138
)
139139

140140
# Identify missing columns and fill with NaN

0 commit comments

Comments
 (0)