- test ome reading from some example files

This commit is contained in:
Wim Pomp
2026-01-04 15:13:35 +01:00
parent 8db873c425
commit b1f8dd998b
3 changed files with 45 additions and 4 deletions

View File

@@ -50,10 +50,7 @@ pub fn download_bioformats(gpl_formats: bool) -> Result<(), Error> {
let path = crate::py::ndbioimage_file();
#[cfg(not(feature = "python"))]
let path = std::env::current_exe()?
.parent()
.unwrap()
.to_path_buf();
let path = std::env::current_exe()?.parent().unwrap().to_path_buf();
let class_path = path.parent().unwrap();
let jassets = class_path.join("jassets");