Skip to content

Commit

Permalink
#1082 add entries as attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Jul 7, 2020
1 parent 2c6e159 commit 29d617a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pybamm/solvers/processed_symbolic_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ def initialise_1D(self):
else:
entries = casadi.vertcat(entries, next_entries)

self.entries = entries

def value(self, inputs=None, check_inputs=True):
"""
Returns the value of the variable at the specified input values
Expand Down

0 comments on commit 29d617a

Please sign in to comment.