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
The FCSiam tests have been intermittently failing in CI when an SSL certificate is expired or a runner loses internet connection. @calebrob6 can you work your magic on this like you did in #265? I'm guessing this was introduced during the refactor in #345.
Steps to Reproduce
Turn off WiFi on your laptop
Run pytest tests/models/test_fcsiam.py
I confirmed that only test_fcsiam.py is affected, no other datasets or models require internet access.
The FCSiam tests have been intermittently failing in CI when an SSL certificate is expired or a runner loses internet connection. @calebrob6 can you work your magic on this like you did in #265? I'm guessing this was introduced during the refactor in #345.
Steps to Reproduce
pytest tests/models/test_fcsiam.py
I confirmed that only
test_fcsiam.py
is affected, no other datasets or models require internet access.P.S. The file it's trying to download is https://download.pytorch.org/models/resnet34-333f7ec4.pth if that helps narrow it down.
The text was updated successfully, but these errors were encountered: