Skip to content

Commit

Permalink
dodge julia 1.10 coverage issues
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Jun 19, 2024
1 parent 6d691ed commit 1f64f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/builders/enzymes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function isozyme_gene_product_amount_constraints(isozyme_amounts, isozyme_stoich
end
end
end
res
return res
end

export isozyme_gene_product_amount_constraints
Expand Down Expand Up @@ -255,7 +255,7 @@ function simplified_isozyme_gene_product_amount_constraints(x...)
end
end
end
res
return res
end

export simplified_isozyme_gene_product_amount_constraints
Expand Down

0 comments on commit 1f64f9f

Please sign in to comment.