AMICI icon indicating copy to clipboard operation
AMICI copied to clipboard

Advanced Multilanguage Interface to CVODES and IDAS

Results 160 AMICI issues
Sort by recently updated
recently updated
newest added

I get a `SIGABRT` which is apparently due to OpenMP. ``` __pthread_kill 0x00007fff6eac833a pthread_kill 0x00007fff6eb84e60 abort 0x00007fff6ea4f808 __kmp_abort_process 0x0000000120d34440 __kmp_fatal 0x0000000120cf5d17 __kmp_register_library_startup() 0x0000000120cfd500 __kmp_do_serial_initialize() 0x0000000120cf6362 __kmp_get_global_thread_id_reg 0x0000000120cf6321 amici::AmiciApplication::runAmiciSimulations(amici::Solver const&, std::__1::vector...

bug

static expressions don't depend on time/states and only need to be evaluated after reinitialization, not at every timepoint.

enhancement
performance

Currently there is no clean way to hide AMICI warnings and errors when using the Python interface. This should be changed. Using the Python `warnings` library would be ideal, but...

enhancement
python

Only the development installation with `pip -e` or via sdist works. This is due to the symlink to README.md. Needs to be cleaned up somehow.

bug
wontfix
python

Import time for small models is determined mostly by compiling and especially linking. Pretty sure there is room for improvement... Potential starting points: - [ ] reduce swig interface -...

c++
python
performance

Currently AMICI C++ code is pre-generated from Matlab. For proper testing, models should be imported on the fly. Requires: - [x] Allow for import of raw ODEs (YAML) #654 #857...

enhancement
python

only account for time-resolved observables :/

bug
SBML
events

_Originally posted by @FFroehlich in https://github.com/AMICI-dev/AMICI/issues/1451#issuecomment-794872534_ >> Reports missed expectations, but does not fail. Currently, '/model_steadystate/sensifwdbyhandpreeq' reports wrong sx0, sx, sy and sllh, independently of these changes. > That's one...

bug
ci
c++
matlab

I just had the idea, that models with only 1 data point per simulation condition allows for many, many simplifications... (e.g., comouting the FIM from the gradient). Does it make...

question

I have a problem with a simple published model (5 states, 8 parameters): I would like to have it as a DAE, but AMICI fails to do the simulation then,...

help wanted