BhallaLab / moose-core

C++ basecode and python scripting interface
https://moose.ncbs.res.in
GNU General Public License v3.0
15 stars 28 forks source link

removed parse and symbol modules #450

Closed analkumar2 closed 8 months ago

analkumar2 commented 2 years ago

There were two modules parser and symbol which have been removed in python 3.10. these were only used in one function (tweak_field) in the utils.py file although that function itself was not used anywhere else in moose-core. Removed that function and the import to parser and symbol modules.

analkumar2 commented 2 years ago

Solves #437

hrani commented 8 months ago

merged 2a975387d62