Skip to content
Snippets Groups Projects
Commit b17eede9 authored by Michal Maciejewski's avatar Michal Maciejewski
Browse files

Corrected busbar resistance analysis for IT

parent 2d4b3eab
No related branches found
Tags v4r3
No related merge requests found
Pipeline #2357826 passed with warnings
name = "lhcsmapi"
__version__ = "1.4.105"
__version__ = "1.4.106"
def get_lhcsmapi_version() -> None:
......
......@@ -436,7 +436,7 @@ class ItBusbarResistanceAnalysis(BusbarResistanceAnalysis):
:return: a subset of the input DataFrame with resistances outside of the allowed range
"""
features_outside_range_df = AssertionBuilder().with_feature(pd.DataFrame(r_res_error_df['R_RES'])) \
.has_min_max_value(feature=signal_name, value_min=0, value_max=value_max, title=title) \
.has_min_max_value(feature=signal_name, value_min=0, value_max=value_max) \
.get_features_outside_range()
if not features_outside_range_df.empty:
......
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