Skip to content

Commit

Permalink
Double deletion (#624)
Browse files Browse the repository at this point in the history
* intermediate step towards double deletion

* make tests pass

* very minimalistic
* only single processing

* add mini script to run double_reaction_deletion

* working prototype of double reaction deletion

* do not track benchmark script

* feat: refactor single and double deletions

* fix: fba tests

* fix: do not remove zero flux reactions; small optimisations

* fix: moma

* style: pep8

* fix: do not use legacy solvers to test new deletion functionality

* fix: no context manager for python2.7

* fix: assign the attribute to the function during process initialization

* fix: use worker class

* fix: use global variables to pass model to processes

* refactor: do not use global variable with one process

* refactor: construct biomass; extra imports

* fix: do not import moma if there is no scipy

* refactor: absolute imports
  • Loading branch information
sgalkina authored and Midnighter committed Nov 27, 2017
1 parent fb1b145 commit 9e0e595
Show file tree
Hide file tree
Showing 6 changed files with 580 additions and 1,222 deletions.

0 comments on commit 9e0e595

Please sign in to comment.