We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8024d4e commit 0ad7550Copy full SHA for 0ad7550
docs/utility-guides/FitKitLogged.md
@@ -35,7 +35,7 @@ Retrieves the test data needed for compartment 3 and then splits it into two dat
35
- **Returns**:
36
A list of tuples where each tuple contains a device ID (str) and a `boolean` flag (True for normal, False for abnormal).
37
38
-2. **`split_fit_kits(kit_id_df: pd.DataFrame, smokescreen_properties: dict) -> tuple`**
+1. **`split_fit_kits(kit_id_df: pd.DataFrame, smokescreen_properties: dict) -> tuple`**
39
This method splits the `dataframe` into two dataframes, one normal and one abnormal.
40
41
- **Arguments**:
0 commit comments