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
#219 required make_detector(), however the easiest solution was to copy/paste it directly in to test_protocols.py. In the long run it would be useful to move make_detector() into conftest.py, however this will require refactoring of all other tests that use it too.
The text was updated successfully, but these errors were encountered:
#219 required
make_detector()
, however the easiest solution was to copy/paste it directly in totest_protocols.py
. In the long run it would be useful to movemake_detector()
intoconftest.py
, however this will require refactoring of all other tests that use it too.The text was updated successfully, but these errors were encountered: