Skip to content

Commit

Permalink
Added notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Oct 25, 2021
1 parent b7538dc commit 4e53eb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions andes/core/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ def refresh(self, name=None):
----------
name : str, list, optional
name or list of cached to refresh, by default None for refreshing all
TODO: bug found in Example notebook 2. Time domain initialization fails
after refreshing.
"""
if name is None:
for name in self._callbacks.keys():
Expand Down

0 comments on commit 4e53eb3

Please sign in to comment.