Torkel Loman

Results 439 comments of Torkel Loman

Thanks for the report. Haven't worked too much with the MTK's componnet-based stuff myself, but will try to look into this.

`nameof` returns the name of a `model` (e.g. a `ReactionSystem`), you have to use `ModelingToolkit.getname`: ```julia using Catalyst t = default_t() @species a(t) ModelingToolkit.getname(a) ``` gives ```julia :a ```

I'm not sure to be honest, you will have to ask over at MTK. Generally, unless something is fairly central to Catalyst, to avoid additional confusion, we try to avoid...

Thanks for the report. I vaguely think I remember some similar issue from quite a while ago, but I have forgotten the details. I will have a look at it...

https://github.com/SciML/Catalyst_PLOS_COMPBIO_2023/blob/duplication_fix/Benchmarks/Catalyst/catalyst_make_benchmark.jl

I haven't gone through properly, but one test case that def should be added is parametric exponents (e.g. x^n). If these are not handled properly (I.e. replaced with their value...

Just confirming that I run into this issue quite a lot (i.e. whenever I read docs on a vertical screen).

Thanks for the reply! Just happy to know that the sluggishness is a property of the model and nothing else. Generally, if I have something which takes like a day,...

Thanks a lot for that extra! Works flawlessly, could compute identifiability for my model, and a couple of variants of it, without any problems.