chore(tests): drop unused matplotlib imports - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 8445fdaa62d4b38157b8aabcdefee867229566f0
DIR parent 0ab896ddc297bde8ea2d314bcae35e2dec81a85b
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 4 Jul 2026 23:46:51 +0200
chore(tests): drop unused matplotlib imports
Diffstat:
M tests/cfd_tests.py | 1 -
M tests/cfd_tests_neumann-c_v=0.1.py | 1 -
M tests/cfd_tests_neumann.py | 1 -
M tests/cfd_tests_neumann_darcy.py | 1 -
4 files changed, 0 insertions(+), 4 deletions(-)
---
DIR diff --git a/tests/cfd_tests.py b/tests/cfd_tests.py
@@ -4,7 +4,6 @@ from pytestutils import *
import sphere
import sys
import numpy
-import matplotlib.pyplot as plt
print("### CFD tests - Dirichlet BCs ###")
DIR diff --git a/tests/cfd_tests_neumann-c_v=0.1.py b/tests/cfd_tests_neumann-c_v=0.1.py
@@ -4,7 +4,6 @@ from pytestutils import *
import sphere
import sys
import numpy
-import matplotlib.pyplot as plt
print('### CFD tests - Dirichlet/Neumann BCs ###')
DIR diff --git a/tests/cfd_tests_neumann.py b/tests/cfd_tests_neumann.py
@@ -4,7 +4,6 @@ from pytestutils import *
import sphere
import sys
import numpy
-import matplotlib.pyplot as plt
print('### CFD tests - Dirichlet/Neumann BCs ###')
DIR diff --git a/tests/cfd_tests_neumann_darcy.py b/tests/cfd_tests_neumann_darcy.py
@@ -4,7 +4,6 @@ from pytestutils import *
import sphere
import sys
import numpy
-import matplotlib.pyplot as plt
print('### CFD tests - Dirichlet/Neumann BCs ###')