NotImplementedError: Wrong number or type of arguments for overloaded function 'ExecutableModel_setFloatingSpeciesAmounts'.
Possible C/C++ prototypes are:
rr::ExecutableModel::setFloatingSpeciesAmounts(size_t,double const *)
rr::ExecutableModel::setFloatingSpeciesAmounts(size_t,int const *,int,double const *)
rr= roadrunner.RoadRunner("/Users/Lu/Downloads/chemotaxis.xml")
originalQuantities=rr.model.getFloatingSpeciesAmounts()
print (originalQuantities)
rr.model.setFloatingSpeciesAmounts([1],[1])
I tried to use also Python 3.6 (and also another laptop) but it works only with python 2.7.
Could you help me, please?
Thank you a lot,
Lucia
rr.model.setFloatingSpeciesAmounts([3.4, 5.6])
where the order of the species changed is determined by the order from:
rr.getFloatingSpeciesIds()
The docs will be updated.
Herbert Sauro
--
You received this message because you are subscribed to the Google Groups "tellurium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tellurium-disc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tellurium-discuss/9e964978-e8a0-445d-8cd1-f9f5db3b2927n%40googlegroups.com.