Skip to content

Commit 89595a5

Browse files
committed
#759 remove unneeded _variables from base_model
1 parent cf7334b commit 89595a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pybamm/models/base_model.py

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def __init__(self, name="Unnamed model"):
105105
self._algebraic = {}
106106
self._initial_conditions = {}
107107
self._boundary_conditions = {}
108-
self._variables = {}
109108
self._variables = pybamm.FuzzyDict()
110109
self._events = []
111110
self._concatenated_rhs = None

0 commit comments

Comments
 (0)