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
I've noticed that Dimorphite-DL is called via subprocess, although it is a python script and can probably be called directly as an imported package, which should be more efficient.
I can try to change it myself if this makes sense.
The text was updated successfully, but these errors were encountered:
I think it is working the same as before, however when I try running test_query, I get mostly errors. I am not sure, but I think the problem exists already in your branch - looking at the CI a lot of tests are skipped (exactly the ones that fail on my machine): https://github.com/mayrf/pkasolver/actions/runs/3926198791/jobs/6711694088#step:6:44
Hello,
I've noticed that Dimorphite-DL is called via
subprocess
, although it is a python script and can probably be called directly as an imported package, which should be more efficient.I can try to change it myself if this makes sense.
The text was updated successfully, but these errors were encountered: