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 CI #10

Merged
merged 13 commits into from
Jun 25, 2023
Merged

Fix CI #10

merged 13 commits into from
Jun 25, 2023

Commits on Jun 23, 2023

  1. Change base docker image.

    luciansmith committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    63d4ec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c4d2e View commit details
    Browse the repository at this point in the history
  3. Install sympy by hand.

    It should be a requirement of amici, but perhaps it was missed?
    luciansmith committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    becea98 View commit details
    Browse the repository at this point in the history
  4. Try pinning pip to 23.0.1

    As of 23.1, pip updated to no longer allow how all biosimulations projects are installed.
    luciansmith committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3e7ce57 View commit details
    Browse the repository at this point in the history
  5. Amici should have already been installed?

    Install it explicitly, but it shouldn't make a difference.
    luciansmith committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3e0e2d9 View commit details
    Browse the repository at this point in the history
  6. Explicitly install sympy.

    luciansmith committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    55406a5 View commit details
    Browse the repository at this point in the history
  7. Try not explicitly installing amici

    Explicitly installing it seems to have problems with sympy, even if sympy is clearly already installed.  However, amici is a dependency of biosimulators_amici, so it should be installed already anyway?  Let's see what happens.
    luciansmith committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7d407fd View commit details
    Browse the repository at this point in the history
  8. Fix comment.

    luciansmith committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    2c09e28 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Fix observable IDs

    IDs in AMICI models have to be globally unique.
    
    Fixes errors of type `E           amici.import_utils.SBMLException: AMICI tried to add a local symbol AL with value AL, but AL was already instantiated with AL. This means that there are multiple SBML elements with SId AL, which is invalid SBML. This can be fixed by renaming the elements with SId AL.`
    dweindl committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d241e34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from biosimulators/fix_observable_ids

    Fix observable IDs
    luciansmith committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    0d160c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed7644f View commit details
    Browse the repository at this point in the history
  4. Relax tolerance

    (Might have the argument names wrong)
    luciansmith committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d761f42 View commit details
    Browse the repository at this point in the history
  5. Remove sphinxprettysearchresults

    It broke, and isn't being updated.
    luciansmith committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    aff6b4b View commit details
    Browse the repository at this point in the history