Johan Van Kerckhoven

Results 11 comments of Johan Van Kerckhoven

A closely related problem, so I didn't open a new issue for it: the size keyword argument is also not recognised when calling savefig. Minimal example: ``` plt = plot(...

> Another frustrating issue with `XML_GLOBAL_ERROR_STACK` is that it requires a restart of Julia to clear. I don't really see why though. If I call the above MWE, then try...

I understand the concern here. What I did was take a look at the `isless` function for the `AbstractEvent` type and simplified it, which appeared to be the simplest way...

Test added to `test_resource_priorities.jl`. In the test, `ev1` and `ev2` are unlock requests for resource `res`, with the priority of `ev1` higher than `ev2`. Hence, as soon as the resource...

Also changed the `isless` function to maintain the intuitively understood meaning of the function. Fortunately the only additional change that was needed was in the `trigger_put` and `trigger_get` functions.

> Did you mean to merge the test on master? It seems there is already a change on the master branch related to this that has made the CI badge...

Any way to perform a roll back on that accidental/undesired change?

I'll try to answer both your posts in one go. # Answers to questions ## Question 1 > Is it true that there is no public API for setting the...

I've taken an in-depth look at what is happening in the example that you posted. After initialising the simulation and assigning the processes, but before `run(sim)`, the six processes get...

Alright. Will you make the change to the test, or shall I?