We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello ! Why there are so much typos in the notebooks so it's impossible to run as it is ?
like for example:
from isatools.create.models import *
from isatools.create.model import *
study_design = InterventionStudyDesign()
study_design = StudyDesign()
and I had issues with creating Plan and so one, there 1 or 2 working notebooks, the rest is a mess
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello ! Why there are so much typos in the notebooks so it's impossible to run as it is ?
like for example:
from isatools.create.models import *
whereas it should befrom isatools.create.model import *
study_design = InterventionStudyDesign()
that does not exist, because it should be :study_design = StudyDesign()
and I had issues with creating Plan and so one, there 1 or 2 working notebooks, the rest is a mess
The text was updated successfully, but these errors were encountered: