TobiasRubel / Pathway-Reconstruction-Tools

2 stars 0 forks source link

Single-mode runs same method twice #8

Closed annaritz closed 4 years ago

annaritz commented 4 years ago

For some reason, when I run a single pathway and a single method, it runs the same command twice. I'm guessing this is something with the Process call, since I commented out the pr_all() and plot_all() code.

TobiasRubel commented 4 years ago

This turned out to be an issue with fetch_arguments(). Lines 322 and 324 needed to be set comprehensions rather than list comprehensions, since we have a double for-loop in there. Closing.