fixed matplotlib (3.10) error in trixie

This commit is contained in:
2026-03-16 14:22:04 +01:00
parent a2ba1ff720
commit 1f9b78afac
3 changed files with 8 additions and 10 deletions
-1
View File
@@ -53,7 +53,6 @@ if args.debug:
resource.setrlimit(resource.RLIMIT_CORE, (-1, -1))
except ImportError:
pass
matplotlib.rcParams["verbose.level"] = "debug"
print(args)
d = damaris.gui.DamarisGUI.DamarisGUI(args.exp_script, args.res_script, start_immediately=args.run)
d.run()