Change from_dict()
and from_pandas()
from instance method to class method.
#443
Labels
from_dict()
and from_pandas()
from instance method to class method.
#443
Referring to the comment: pepkit/pephubclient#15 (comment)
We should rethink how we initializing peppy Project from dict and from peppy.
Now we are creating empty project, and then re-initiating class variables in two methods:
from_dict()
,from_pandas()
.The text was updated successfully, but these errors were encountered: