twmeggs / anfis

Python implementation of an Adaptive neuro fuzzy inference system
MIT License
201 stars 108 forks source link

Fixes for imports #16

Closed moonburnt closed 4 years ago

moonburnt commented 4 years ago

Right now, any attempts to run anfis.py or tests.py "out of box" with python 3 result in "ModuleNotFoundError", caused by few incorrect imports (probably lasting from python 2 era). For example, people has mentioned this issue there: https://github.com/twmeggs/anfis/issues/8 This pull request should hopefully fix said problem

twmeggs commented 4 years ago

thanks!