mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Improved error handling
Significantly improved error handling. Rather than panicking and crashing we should be propagating all errors up to python that reasonably can be. This should make the library significantly easier to call from python in future.
This commit is contained in:
@@ -16,6 +16,7 @@ ndarray-csv = "*"
|
||||
numpy = "*"
|
||||
pyo3 = { version = "0.18.1", features = ["extension-module"] }
|
||||
rayon = "*"
|
||||
thiserror = "1.0.60"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.83"
|
||||
|
||||
Reference in New Issue
Block a user