Fix RepeatedData + PrefetchDataZMQ (#747)
Doing: ``` ds = RepeatedData(ds, -1) ds = PrefetchDataZMQ(ds, num_workers) ds.reset_state() ``` Would blow up, since `RepeatedData` raises a ValueError, and `PrefetchDataZMQ` only checks for `NotImplementedError`. Not the cleanest fix but🤷 ♂️
Showing
Please register or sign in to comment