You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseValueError("The dataset must be a directory containing a device.yml file.")
318
+
raiseValueError(
319
+
"The dataset must be a directory containing a device.yml file."
320
+
)
316
321
317
322
318
323
def_compose_parser(
@@ -462,7 +467,10 @@ def parser(df: DataFrame):
462
467
reader=partial(reader, columns=[name])
463
468
returnRegisterReader(register, reader)
464
469
465
-
@deprecated("This function is deprecated. Use DeviceReader.from_file, DeviceReader.from_url, DeviceReader.from_str, and DeviceReader.from_model instead.")
470
+
471
+
@deprecated(
472
+
"This function is deprecated. Use DeviceReader.from_file, DeviceReader.from_url, DeviceReader.from_str, and DeviceReader.from_model instead."
0 commit comments