You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your issue report, I also saw this warning yesterday, it's a warning from python 3.8+.
There is also another warning: "is" with a literal. Did you mean "=="?
Could you please help also identify and update it in your PR?
Here is the raw warnings I saw yesterday when testing the save_state PR:
root@apt-sh-ai:/workspace/data/medical/MONAI# python tests/test_save_state.py
"is not" with a literal. Did you mean "!="?
"is" with a literal. Did you mean "=="?
..........
----------------------------------------------------------------------
Ran 10 tests in 0.010s
OK
Thanks.
wyli
added a commit
to wyli/MONAI
that referenced
this issue
Feb 10, 2022
Describe the bug
command:
outcome:
The text was updated successfully, but these errors were encountered: