You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Rochan! Thank you so much for letting me know and I apologize for my late reply! I unfortunately haven't had much time in the recent past to work on this (although I've been wanting to!), but I should be able to devote more attention to it going forward. I will definitely check this out as one of the first things! I went ahead and assigned it as a bug, but hopefully it's just a simple import error.
I am getting an error ->
from hypothetical.aov import AnovaOneWay, ManovaOneWay
ImportError: No module named hypothetical.aov
To reolve this I appended path to hypothetical folder as:
import sys
sys.path.append("......../hypothetical-master/hypothetical")
but still getting the same problem. Kindly help.
The text was updated successfully, but these errors were encountered: