Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Test Models #4

Open
4 tasks
mcnaughtonadm opened this issue Sep 21, 2023 · 0 comments
Open
4 tasks

Fix Test Models #4

mcnaughtonadm opened this issue Sep 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mcnaughtonadm
Copy link
Collaborator

Overview

In the test file, test_linlog_model.py, there are imports of 6 "test models" as follows:

params=["teusink", "mendes", "textbook", "greene_small", "greene_large", "contador"]

as CobraPy has developed, some methods that may have worked in the initial test models no longer do. Therefore, to be useful as tests, the models must load correctly to be tested against the linlog_model methods.

Need

Out of the 6 total test models, 4 have issues with generating a valid cobra model.

  • teusink
  • mendes
  • greene_small
  • greene_large
@mcnaughtonadm mcnaughtonadm added the bug Something isn't working label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant