Valentin Kaisermayer

Results 110 comments of Valentin Kaisermayer

Unfortunately it is a 2012 graphics card with the latest driver being from 2015. Not sure how much you can do here.

Does this work for `DateTime`, like: ```julia f = Figure() ax = Axis(f[1,1]) scatter!(ax, rand(DateTime(2021,1,1):Second(900):DateTime(2021,2,1), 10), 1:10) ```

Very nice but the chosen ticks have to be improved. The timestamps are: ```julia [ DateTime(2021,1,3,14,30), DateTime(2021,1,4,9,23,20), DateTime(2021,1,5,4,16,40), DateTime(2021,1,5,23,10), DateTime(2021,1,6,18,3,20), ] ``` But only showing the time completely throws you...

Cool! What about `Date` and `Time`?

I'm really looking forward to this. When do you expect this to be ready for release?

The value could also be computed in the callback via `prob.f.observed`. Could this be done automatically if an observed variable is detected in the callback? I feel that such implementation...

In Modelica there is the notion of a medium. Which is propagated to the components of the model. Simscape has this too. My idea is to specify the properties of...

Ok, but why the warning? For instance in MTKSL the PID Block consists of about 10 blocks, each with inputs. The PID block itself has inputs. The state vector would...

I think checking if physical connectors (with >=2 variables) to have flow and potential (voltage/current, temp./heat flow,...) is fine. It might be a good idea to add a type `Potential`...

Can we add `CausalInput` and `CausalOutput` as type, like `Flow` and do the check of the connector based on the types? I think this is more consistent than having it...