File: remove_useless_import_in_test.patch

package info (click to toggle)
stopt 5.16%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 8,904 kB
  • sloc: cpp: 70,529; python: 5,950; 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
 ######################################################################