Skip to content

Commit

Permalink
passing tmpdir as default
Browse files Browse the repository at this point in the history
  • Loading branch information
pstjohn committed Sep 21, 2017
1 parent cf4461b commit 86e8c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ElementaryFluxModes.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def __call__(self):
'normalize': 'max',
'adjacency-method': 'pattern-tree-minzero',
'rowordering': 'MostZerosOrAbsLexMin',
'tmpdir': temp_dir
}

default_opts.update(self.opts)
Expand Down

0 comments on commit 86e8c96

Please sign in to comment.