When setting any_trace_failures = False under the check_stream section of the config file, station map plotting fails.
This is due to dataframe construction in report_utils.py that houses stream and trace parameters passed into the Javascript callback during Folium plotting.
If streams with a single failed trace are no longer considered failed, there's a mismatch in array lengths when making the dataframe.
An adjustment should be made to ensure this is tolerated
When setting
any_trace_failures = False
under thecheck_stream
section of the config file, station map plotting fails.This is due to dataframe construction in
report_utils.py
that houses stream and trace parameters passed into the Javascript callback during Folium plotting.If streams with a single failed trace are no longer considered
failed
, there's a mismatch in array lengths when making the dataframe.An adjustment should be made to ensure this is tolerated