Closed TaWald closed 3 years ago
Added downwards compatability of batchgenerators. Current ScalarType Callable[[Any, ...] breaks as <=Python 3.8 expects Argtypes in the List only (no ellipsis). Workaround by defining Protocol which has the wanted signature and using that.
Added downwards compatability of batchgenerators. Current ScalarType Callable[[Any, ...] breaks as <=Python 3.8 expects Argtypes in the List only (no ellipsis). Workaround by defining Protocol which has the wanted signature and using that.