EIT-ALIVE / eitprocessing

Software for electrical impedance tomography data loading, visualization and processing
https://eit-alive.github.io/eitprocessing/
Apache License 2.0
5 stars 1 forks source link

Add generic type to IntervalData and SparseData #322

Open psomhorst opened 1 month ago

psomhorst commented 1 month ago

IntervalData and SparseData values have the type list[Any] | None. This leads to all kinds of type checking issues. It would be helpful to be able to assign a type to IntervalData or SparseData.