Skip to content

Commit

Permalink
Should fix 'gi.repository.GLib.GError:'
Browse files Browse the repository at this point in the history
' gdk-pixbuf-error-quark: Couldn’t recognize the image file format for file “../../python3.11/site-packages/matplotlib/mpl-data/images/matplotlib.svg”'.
  • Loading branch information
HannoSpreeuw committed Nov 25, 2024
1 parent e5a00b9 commit b6a8324
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions marlpde/Evolve_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
from dataclasses import asdict
import inspect
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use("AGG")
import h5py
from pde import CartesianGrid, ScalarField, FileStorage, LivePlotTracker
from pde import DataTracker
from pde.grids.operators.cartesian import _make_derivative
from parameters import Map_Scenario, Solver, Tracker
from LHeureux_model import LMAHeureuxPorosityDiff


def integrate_equations(solver_parms, tracker_parms, pde_parms):
'''Perform the integration and display and store the results.
Expand Down

0 comments on commit b6a8324

Please sign in to comment.