We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f779d commit 2d40a61Copy full SHA for 2d40a61
1 file changed
src/muse/readers/csv.py
@@ -150,6 +150,7 @@ def read_technodata_timeslices(filename: Union[str, Path]) -> xr.Dataset:
150
151
data = data.apply(to_numeric)
152
check_utilization_not_all_zero(data, filename)
153
+ check_minimum_service_factors_in_range(data, filename)
154
155
ts = pd.MultiIndex.from_frame(
156
data.drop(
0 commit comments