Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Nov 22, 2022
1 parent 37bffec commit f1ccc6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mathics/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ def reset(self, add_builtin=True, catch_interrupt=False):
"""
reset the definitions and the evaluation objects.
"""
# TODO: Due to a fail in the Definitions __init__ method,
# we need to initialize this each time Definitions is
# instantiated. When it gets fixed, the next line
# can be removed.
initialize_system_definitions()
self.definitions = Definitions(add_builtin)
self.evaluation = Evaluation(
Expand Down

0 comments on commit f1ccc6d

Please sign in to comment.