mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
66 stars 20 forks source link

Unit test, to see if mastodon can deal with windows / linux saved file paths (Issue 205) #209

Closed stefanhahmann closed 1 year ago

stefanhahmann commented 1 year ago

Resolves #205

stefanhahmann commented 1 year ago

@maarzt may I ask you to run the 2 new tests on Linux (Ubuntu) machine.

maarzt commented 1 year ago

Yes, it works. But I don't like that the test relies on exceptions to be thrown. I need to show you how to create these BDV XML + HDF5 datasets. We could put a tiny dataset into the test/resources folder.

maarzt commented 1 year ago

@stefanhahmann here is a link on how to create the XML + HDF5 datasets: https://imagej.net/plugins/bdv/#exporting-from-imagej-stacks

stefanhahmann commented 1 year ago

Yes, it works. But I don't like that the test relies on exceptions to be thrown. I need to show you how to create these BDV XML + HDF5 datasets. We could put a tiny dataset into the test/resources folder.

Good idea. Would be a better test then. Added test datasets.

maarzt commented 1 year ago

Sorry this is now fixed in #210 and there is also a new unit test.

I close this PR in favor of #210