Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3 compatability #8

Open
KinsellaJohn opened this issue Oct 14, 2019 · 2 comments
Open

python 3 compatability #8

KinsellaJohn opened this issue Oct 14, 2019 · 2 comments

Comments

@KinsellaJohn
Copy link

Hi, just an fyi that the membership folder is coming out as nested in the anfis/anfis folder and so in order to get to run the membership folder needs to placed in the parent dir and imported separately to both the test and anfis.py files. It wont run otherwise.

@elihek
Copy link

elihek commented May 8, 2020

i need help in that. i just copied the membershipfunction.py and mfDerivs.py from the member-folder to the anfis-folder, removed in the anfis-init everything expect import anfis, and in the anfis.py i wrote import membershipfunction and import mfDerivs. Now i can import anfis correctly, but i cannot use the membershipfunction as MemFuncs or as membershipfunction() or as anfis.member...() or as anfis.MemFuns(). How can i do that?

@elihek
Copy link

elihek commented May 9, 2020

I solved my problem just by building a new Python 2-environment, so everything goes good now. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants