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
Currently the only defined dependency for this package is deepdisc. However, it's not clear that (for instance CI is running) that deepdisc is actually being pip installed correctly. For instance, there's no place where detectron2 or scarlet is installed.
The only test at this point is toothless. So we should introduce any trivial test that will ensure that deepdisc is actually installed. I'm not 100% confident, but I would guess that this will require some changes to the CI workflows to match the dependency install process defined in the CI in the deepdisc repo.
The text was updated successfully, but these errors were encountered:
drewoldag
changed the title
Implement any trivial test that uses deepdisc
Ensure deepdisc is properly installed
Nov 2, 2023
Currently the only defined dependency for this package is
deepdisc
. However, it's not clear that (for instance CI is running) that deepdisc is actually being pip installed correctly. For instance, there's no place where detectron2 or scarlet is installed.The only test at this point is toothless. So we should introduce any trivial test that will ensure that deepdisc is actually installed. I'm not 100% confident, but I would guess that this will require some changes to the CI workflows to match the dependency install process defined in the CI in the
deepdisc
repo.The text was updated successfully, but these errors were encountered: