We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d0301 commit fd2aca1Copy full SHA for fd2aca1
src/blosc2/proxy.py
@@ -586,7 +586,7 @@ def _convert_dtype(dt: str | DTypeLike):
586
except TypeError: # likely passed e.g. a torch.float64
587
return np.dtype(str(dt).split(".")[1])
588
except Exception as e:
589
- raise TypeError("Could not parse dtype arg {dt}.") from e
+ raise TypeError(f"Could not parse dtype arg {dt}.") from e
590
591
592
class SimpleProxy(blosc2.Operand):
0 commit comments