Skip to content

[Jupyter Notebook] Resolve compatibility issues and minor fixes

joergbuchwald requested to merge joergbuchwald/ogs:fix_notebooks into master

This MR contains two fixes:

  • it resolves compatibility issues with current VTUinterface master: If interpolation_meathod nearest is used, the interpolation_backend must be set to scipy. Same results can be obtained with intpolation_backend vtk (now default) and interpolation_method voronoi.
  • it fixes the labels and graph colors of a graph showing displacement as a two-dimensional pressure vector 🤡
  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?

Merge request reports