Skip to content

Commit

Permalink
style: shorten line
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed May 23, 2018
1 parent f4442c0 commit 95124b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cobra/test/test_flux_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ def test_single_gene_deletion_room_benchmark(self, model, benchmark):
benchmark(single_gene_deletion, model=model, gene_list=genes,
method="room", processes=1)

def test_single_gene_deletion_linear_room_benchmark(self, model, benchmark):
def test_single_gene_deletion_linear_room_benchmark(self, model,
benchmark):
genes = ['b0008', 'b0114', 'b2276', 'b1779']
benchmark(single_gene_deletion, model=model, gene_list=genes,
method="linear room", processes=1)
Expand Down

0 comments on commit 95124b9

Please sign in to comment.