Skip to content
Snippets Groups Projects
Commit 08ff71df authored by Lan Dam's avatar Lan Dam
Browse files

Not process gaps when gap minimum is set empty in GUI

parent eaa11534
No related branches found
No related tags found
1 merge request!274Not process gaps when gap minimum is set empty in GUI
......@@ -370,6 +370,8 @@ class GeneralData():
"""
for data_set_id in self.data_set_ids:
self.gaps[data_set_id] = []
if self.gap_minimum is None:
continue
retrieve_gaps_from_data_dict(data_set_id,
self.soh_data, self.gaps)
retrieve_gaps_from_data_dict(data_set_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment