fiji / Trainable_Segmentation

Fiji library to perform image segmentation based on the Weka learning schemes
https://imagej.net/Trainable_Weka_Segmentation
GNU General Public License v3.0
106 stars 60 forks source link

Test JAR file is huge #37

Closed ctrueden closed 7 years ago

ctrueden commented 7 years ago

As of 519f21b534fa20d9f4d1756bdefdf1f9944c0236, the repository blew up by 76M, and the Trainable_Segmentation-x.y.z-SNAPSHOT-tests.jar now weighs in at 66M.

Would it be possible to somehow test that the features are correct, without needing the 76M features-expected.tiff? Or at least without bundling it into the tests JAR which gets deployed to the remote Maven repository every time?

iarganda commented 7 years ago

I agree.

@maarzt can you please change your test or use a smaller image? Thanks!

ctrueden commented 7 years ago

Do you want to purge it from the git history, too? Or you don't care enough?

ctrueden commented 7 years ago

@iarganda OK, I see your thumbs up (FYI, GitHub does not notify about those.) If you want me to purge it, then afterward you (and everyone) will need to git checkout master && git fetch && git reset --hard origin/master to get back in sync. I will also need to rewrite a couple of tags. Is that all OK?