Fix indentation

master
Dan Howe 3 years ago
parent 4983de64c9
commit a008d6a060

@ -488,7 +488,7 @@ def process(beach_name, beach_scenario, n_runs, start_year, end_year,
for b, p, in zip(segment_gaps['block'],
segment_gaps['profile']):
idx = (df_out['block'] == str(b)) & (df_out['profile']
== p)
== p)
df_out.loc[idx, 'segment_gaps'] = True
# Specify which profiles to plot

Loading…
Cancel
Save