TomographicImaging / iDVC

Digital Volume Correlation user interface
Apache License 2.0
4 stars 1 forks source link

DVC code does not run but app is happy #272

Closed paskino closed 1 month ago

paskino commented 1 month ago

Trying to run dvc, the app pops up a "DVC Run correctly" while it didn't.

It's due to

https://github.com/TomographicImaging/iDVC/blob/a64b3d05f2fccef0b83b3548e2d22b04e50909a7/src/idvc/dvc_runner.py#L279

where vol_bit_depth is an int not a string.