We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8555a64 commit a3eb545Copy full SHA for a3eb545
tests/unit/test_spatial_methods/test_finite_volume/test_extrapolation.py
@@ -1,17 +1,8 @@
1
#
2
-# Test for the operator class
+# Test for the extrapolations in the finite volume class
3
4
import pybamm
5
-
6
-# from tests import (
7
-# get_mesh_for_testing,
8
-# get_p2d_mesh_for_testing,
9
-# get_1p1d_mesh_for_testing,
10
-# )
11
12
import numpy as np
13
14
-# from scipy.sparse import kron, eye
15
import unittest
16
17
0 commit comments