File: remove_useless_import_in_test.patch

package info (click to toggle)
stopt 6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,264 kB
  • sloc: cpp: 75,778; python: 6,012; makefile: 72; sh: 57
file content (15 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (3)
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
 ######################################################################