Daniel Weindl

Results 184 comments of Daniel Weindl

Should that be pypesto's concern? Would leave it to the user to do something like: ``` import matplotlib.pyplot as plt plt.rcParams['figure.dpi'] = 300 ```

Is this still an issue @yannikschaelte ?

May be good to highlight more, but I don't think it's too helpful to add another example. However simple, the Rosenbrock example shows how to provide a custom objective function....

Didn't have a closer a closer look at the code, but @yannikschaelte's comment sounds reasonable. > Regarding (4): What about having one of (1)-(3) an optional "PEtab importer" argument, which...

I discussed with @DantongWang that all plotting routines should take a `matplotlib.axes.Axes` as optional input. This allows to extend the respective plot and should make it also pretty simple to...

I don't have too much experience with ggplot. Anybody here using this in python? The repository hasn't been updated in 2 years...

What exactly is wrong with the reported times?

Great, thanks. Let me know if i can help.

@lh64 Thanks for your explanation and the example. I stumbled across the %-notation in some older examples and found it pretty useful. As it still worked with BNGL, I wasn't...

> mhh normally just running it again solves the problem That's not how a test suite should behave...