1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: removing matplotlib import, which is nod used
Author: Pierre Gruet <pgt@debian.org>
Forwarded: Xavier Warin <xavier.warin@gmail.com>
Last-Update: 2021-12-05
--- a/test/python/unit/regression/testGetMesh.py
+++ b/test/python/unit/regression/testGetMesh.py
@@ -10,7 +10,6 @@
import StOptGrids
import StOptReg
import StOptGeners
-import matplotlib.pyplot as plt
# unit test for dumping binary archive of regressed value and Read then
######################################################################
|