Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

AMICI-dev/AMICI

dweindl created a comment on an issue on AMICI-dev/AMICI
> I would currently guess that this is related to some external changes (runner image, brew packages, ...) Different jobs from the same workflow: * https://github.com/dweindl/AMICI/actions/runs...

View on GitHub

dweindl created a comment on an issue on AMICI-dev/AMICI
This happens already during import of the amici-extension. I would currently guess that this is related to some external changes (runner image, brew packages, ...) https://github.com/dweindl/AMI...

View on GitHub

dweindl opened an issue on AMICI-dev/AMICI
Support for sympy expressions for observables and sigmas
`amici.sbml_import.SbmlImporter.sbml2amici` currently expects expressions for observables/sigmas/... as strings. I think it would be preferable to (additionally) allow sympy expressions there, bec...
FFroehlich pushed 1 commit to jax_export AMICI-dev/AMICI

View on GitHub

dweindl pushed 1 commit to develop AMICI-dev/AMICI
  • Fix benchmark collection gradient check (#2564) * Fix instance vs class attribute for step sizes * Only flatten pro... 56e6956

View on GitHub

dweindl closed a pull request on AMICI-dev/AMICI
Fix benchmark collection gradient check
* Fix instance vs class attribute for step sizes * Only flatten problems where necessary
FFroehlich created a review on a pull request on AMICI-dev/AMICI

View on GitHub

FFroehlich created a review on a pull request on AMICI-dev/AMICI

View on GitHub

codecov[bot] created a comment on a pull request on AMICI-dev/AMICI
## [Codecov](https://app.codecov.io/gh/AMICI-dev/AMICI/pull/2566?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AMICI-dev...

View on GitHub

sonarcloud[bot] created a comment on a pull request on AMICI-dev/AMICI
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

dweindl opened an issue on AMICI-dev/AMICI
GHA: redundant testing in test_python_cplusplus.yml macos_cpp_py, macos_python
In `test_python_cplusplus.yml`, both macos_cpp_py and macos_python are running the same python tests for no apparent reason. We can save some time there.
sonarcloud[bot] created a comment on a pull request on AMICI-dev/AMICI
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

dweindl created a comment on an issue on AMICI-dev/AMICI
Another crash, now for `python/examples/example_splines_swameye//ExampleSplinesSwameye2003.ipynb` on Ubuntu: https://github.com/AMICI-dev/AMICI/actions/runs/11495925466/job/31996499560?pr=2563 :-/ ...

View on GitHub

dweindl opened a pull request on AMICI-dev/AMICI
GHA: PYTHONFAULTHANDLER=1
Set PYTHONFAULTHANDLER=1 for more output on crashes (#2565). So far, this was only set for Ubuntu tests.
dweindl opened an issue on AMICI-dev/AMICI
scripts/run-python-tests.sh: line 22: 7262 Segmentation fault
`scripts/run-python-tests.sh: line 22: 7262 Segmentation fault: 11 pytest --ignore-glob=*petab* --ignore-glob=*test_splines.py --durations=10 $@` E.g. https://github.com/AMICI-dev/AMICI/action...
FFroehlich pushed 1 commit to jax_export AMICI-dev/AMICI

View on GitHub

dweindl pushed 1 commit to develop AMICI-dev/AMICI
  • PEtab import: Fix potentially incorrect sensitivities with state-dependent sigmas (#2562) Due to PEtab not allowing ... 9c603e1

View on GitHub

dweindl closed a pull request on AMICI-dev/AMICI
PEtab import: Fix potentially incorrect sensitivities with state-depe…
…ndent sigmas Due to PEtab not allowing and observables in noiseFormula and AMICI not allowing state variables in sigma expressions, we are trying to replace any state variables by matching obse...
FFroehlich created a review on a pull request on AMICI-dev/AMICI

View on GitHub

codecov[bot] created a comment on a pull request on AMICI-dev/AMICI
## [Codecov](https://app.codecov.io/gh/AMICI-dev/AMICI/pull/2563?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AMICI-dev...

View on GitHub

codecov[bot] created a comment on a pull request on AMICI-dev/AMICI
## [Codecov](https://app.codecov.io/gh/AMICI-dev/AMICI/pull/2564?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AMICI-dev...

View on GitHub

dweindl pushed 1 commit to develop AMICI-dev/AMICI
  • Add missing simulation status codes (#2560) Closes #2559. a20447a

View on GitHub

dweindl closed a pull request on AMICI-dev/AMICI
Add missing simulation status codes
Closes #2559.
codecov[bot] created a comment on a pull request on AMICI-dev/AMICI
## [Codecov](https://app.codecov.io/gh/AMICI-dev/AMICI/pull/2562?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AMICI-dev...

View on GitHub

dweindl opened a draft pull request on AMICI-dev/AMICI
PEtab import: Fix potentially incorrect sensitivities with state-depe…
…ndent sigmas Due to PEtab not allowing and observables in noiseFormula and AMICI not allowing state variables in sigma expressions, we are trying to replace any state variables by matching obse...
dweindl opened an issue on AMICI-dev/AMICI
Incorrect sensitivities when a sigmay expression depends on a different observable
If `sigmay[i]` depends on `y[j]`, with i !=j, then sensitivities will be incorrect. We need to raise an error during import or support that.
sonarcloud[bot] created a comment on a pull request on AMICI-dev/AMICI
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on AMICI-dev/AMICI
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

codecov[bot] created a comment on a pull request on AMICI-dev/AMICI
## [Codecov](https://app.codecov.io/gh/AMICI-dev/AMICI/pull/2560?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AMICI-dev...

View on GitHub

FFroehlich pushed 8 commits to jax_export AMICI-dev/AMICI
  • GHA: Ignore python3.13 failures for now (#2557) Until all dependencies work with Python3.13. pyarrow wheels are stil... 40b496f
  • Fix dangling pointer in SolverTest.SettersGettersWithSetup (#2556) Fixes a dangling pointer issue in SolverTest.Sett... fbe3840
  • clang-format 19.1.1 updates a82f6d4
  • Fix crashes when errors occur at output timepoints (#2555) Fixes a bug that lead to program termination if a root-af... 9f56266
  • Update references (#2518) * BarthelKun2024 * ArmisteadHoe2024 7f863cf
  • Update changelog, bump version 8e9f93a
  • Merge pull request #2554 from dweindl/release_0.27.0 Release 0.27.0 638c3ee
  • Merge branch 'develop' into jax_export 7c3aef9

View on GitHub

Load more