Markus Lohmayer

Results 6 comments of Markus Lohmayer

I am having the same error having installed bipython through pip. Actually I was seeing a different error yet before having installed a few more packages that also prevented me...

The following code does not work: ``` using ModelingToolkit using DifferentialEquations @variables t D = Differential(t) ps = @parameters mass₊m = 1.0 spring₊c = 10.0 sts = @variables mass₊p(t) spring₊q(t)...

Thanks for the quick help! I was searching block-diagonal in the docs and didn't find it. Maybe something to think about adding.

Since you are talking about major refactoring and renaming of the package, maybe it should be considered how to (later) add support for sum types / prisms ...

I wish I had! The first unknown, I guess, is the way sum types are expressed in Julia. According to my knowledge, Julia does not directly support algebraic datatypes like...

Thanks for your quick reply! You say that it is possible to use a `@` output e.g. on an Ubuntu system? But in that case, there is no host config,...