Skip to content

Commit 5e322f9

Browse files
Vale fix
1 parent e9c58fc commit 5e322f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/utility-guides/FitKit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ from utils.fit_kit import FitKitLogged
9797

9898
1. **`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

102102
2. **`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
118118
from utils.fit_kit import FitKitLogged

0 commit comments

Comments
 (0)