Skip to content

Commit

Permalink
DifferentialFVA notebook used now IPython cluster view if available.
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomas1234 committed Sep 4, 2014
1 parent 16d1ff6 commit 1e3f199
Show file tree
Hide file tree
Showing 2 changed files with 598 additions and 499 deletions.
1 change: 0 additions & 1 deletion cameo/strain_design/deterministic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def __init__(self, design_space_model, reference_model, objective, variables=[],
self.exclude += [reaction.id for reaction in design_space_model.exchanges]
self.exclude += [reaction.id for reaction in reference_model.exchanges]
self.exclude = set(self.exclude).difference(set([self.objective] + self.variables))
print self.exclude

self.points = points
self.envelope = None
Expand Down
Loading

0 comments on commit 1e3f199

Please sign in to comment.