forked from tcstewar/ccmsuite
-
Notifications
You must be signed in to change notification settings - Fork 9
Constructor trouble? #1
Copy link
Copy link
Open
Labels
Description
If you try and run pm_1.py in python3, you'll notice that it crashes :).
It throws a type error, because 'self' is not passed as an argument.
What this means to me is that the object, 'model', is not properly initialized. The model is initialized though...all the way back to ccm/model.py's Model class init .
I clearly don't understand.
Reactions are currently unavailable