Skip to content

Commit 5ffca6b

Browse files
Apply suggestions from code review
Co-authored-by: Jerry Guo <[email protected]> Signed-off-by: Nitish Bharambe <[email protected]>
1 parent 4deaaed commit 5ffca6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/power_grid_model_io/converters/pgm_json_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def _get_first_by(data: List[Dict[str, Any]], field: str, value: Any) -> Optiona
298298
@staticmethod
299299
def _is_nan(data: np.ndarray) -> bool:
300300
"""
301-
Determine if the data point is valid
301+
Determine whether the data point is valid
302302
Args:
303303
data: a single scalar or numpy array
304304

0 commit comments

Comments
 (0)