You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method splits the `dataframe` into two dataframes, one normal and one abnormal.
39
+
This method splits the `dataframe` into two dataframes, one normal and one abnormal. It determines the number of normal and abnormal kits by using the `c3_eng_number_of_normal_fit_kits` parameter from `smokescreen_properties` for the number of normal, and then the rest are marked as abnormal.
40
40
41
41
-**Arguments**:
42
42
-`kit_id_df` (pd.DataFrame): A `dataframe` containing fit kit IDs.
@@ -52,9 +52,10 @@ This method splits the `dataframe` into two dataframes, one normal and one abnor
# Find data, separate it into normal and abnormal, add results to the test records in the KIT_QUEUE table (i.e. mimic receiving results from the middleware) and get device IDs and their flags.
0 commit comments