fixed matplotlib (3.10) error in trixie
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user