Gabriele Cavicchioli

Results 7 comments of Gabriele Cavicchioli

Even if it has passed a lot of time I could reproduce the same error just using DynamiMap with pandas DataFrame. Is it possible that the bug is when you...

THank you very much for the answer! As soon as I will have a bit of time I will prepare the PR

Hi Afries, It depend on the kind of simulation you want to implement: if you want to perform an electromagnetic simulation of the whole ring, probably femwell is not the...

Thank you very much for the corrections. You're right I am still working on this. I don't know if you prefer that I keep working and adding commits gradually or...

There are apparently no more errors in the [capacitor example](https://helgegehring.github.io/femwell/electronics/examples/capacitor.html), but the issue with the meshwell version is still there.

I have also been experiencing the same kind of issue. However, the workaround of setting ``` curdoc().theme = custom_theme ``` did not work in my case. My software versions are...

I made some naive debugging and found out that the user-defined theme is overwritten when pane.servable() is called. In my implementation I noticed that the method `apply_bokeh_theme_to_model` is called twice...