Skip to content

Commit a3eb545

Browse files
committed
#704 tidied up head of extrapolation file
1 parent 8555a64 commit a3eb545

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tests/unit/test_spatial_methods/test_finite_volume/test_extrapolation.py

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
#
2-
# Test for the operator class
2+
# Test for the extrapolations in the finite volume class
33
#
44
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-
125
import numpy as np
13-
14-
# from scipy.sparse import kron, eye
156
import unittest
167

178

0 commit comments

Comments
 (0)