File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ from utils.fit_kit import FitKitLogged
9797
98981 . ** ` process_kit_data(smokescreen_properties: dict) -> list ` **
9999 - Retrieves test data for compartment 3 and splits it into normal and abnormal kits using ` split_fit_kits ` .
100- - ** Returns:** A list of tuples, each containing a device ID (str) and a boolean flag (` True ` for normal, ` False ` for abnormal).
100+ - ** Returns:** A list of tuples, each containing a device ID (str) and a ` boolean ` flag (` True ` for normal, ` False ` for abnormal).
101101
1021022 . ** ` split_fit_kits(kit_id_df: pd.DataFrame, smokescreen_properties: dict) -> tuple[pd.DataFrame, pd.DataFrame] ` **
103103 - Splits the DataFrame into two: one for normal kits and one for abnormal kits, based on the numbers specified in ` smokescreen_properties ` .
@@ -112,7 +112,7 @@ from utils.fit_kit import FitKitLogged
112112
113113#### 1st Example - Basic
114114
115- This example is showing how the utility can be used to get a dataframe containing a list of normal / abnormal kits.
115+ This example is showing how the utility can be used to get a pandas ` dataframe ` containing a list of normal / abnormal kits.
116116
117117``` python
118118from utils.fit_kit import FitKitLogged
You can’t perform that action at this time.
0 commit comments