Skip to content

Commit

Permalink
Merge pull request #49 from COBREXA/mk-coverage
Browse files Browse the repository at this point in the history
dodge julia 1.10 coverage issues
  • Loading branch information
exaexa committed Jun 19, 2024
2 parents 6d691ed + 1f64f9f commit eee7cd6
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

2 comments on commit eee7cd6

@exaexa
Copy link
Member Author

@exaexa exaexa commented on eee7cd6 Jun 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/109339

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.0.1 -m "<description of version>" eee7cd63b850c5320c79055e227bc085801760d2
git push origin v2.0.1

Please sign in to comment.