-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit tests are failing #18
Comments
ah man, thanks for catching this! yeah I remember pushing directly to |
hey Jan, I looked at these commits. I believe commit 54ead73 was a hasty fix to test something quick and I should have reverted it back. This commit skips the cases where EmptyRef and EmptyPred are true (i.e. the model has learned correctly and the Dice=1). I wanted to compare ANIMA and MetricsReloaded to ensure that the metrics are computed correctly (i.e. the results match in both ways of computing metrics). Now, this commit can be reverted without having it another branch because this is precisely what we use MetricsReloaded for -- to not skip cases where GT is empty. |
I did |
Thanks, Naga! Yes, I believe you can run the following two commands on your local git reset --hard 76dbb55
git push --force |
thanks for the
This says that we need to |
Yes, I have access to the Settings. I temporarily disabled git reset --hard 76dbb55
git push --force Then I turned on the Now, the |
Merci, Jan! ❤️ Sorry for the mess, I will be careful with the |
After proposing some new changes in #17, I noticed that unit tests are failing.
The reason is these two commits 54ead73 and 2bad1f2 from @naga-karthik pushed directly to
main
. @naga-karthik, it seems these two commits are specific to your MS lesion project. Maybe you can create a new branch with these two commits, and I will revert them frommain
to unit tests working.The text was updated successfully, but these errors were encountered: