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
Problem: When use a variable in the Hypothesis of a Tea program but do not specify it ahead of time in the Experimental Design.
Issue: Gets hung up on an assert.
Fix: Should check that all variables are consistent in the Variable, Experimental Design, and Hypothesis sections.
Example: https://github.com/emjun/covid_tracking/blob/abd1280270262ad23a9c61c79fee11e56fffc5e6/hypo_a.ipynb
Note: Should fix this in the current v0 API as well as the new API
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem: When use a variable in the Hypothesis of a Tea program but do not specify it ahead of time in the Experimental Design.
Issue: Gets hung up on an assert.
Fix: Should check that all variables are consistent in the Variable, Experimental Design, and Hypothesis sections.
Example: https://github.com/emjun/covid_tracking/blob/abd1280270262ad23a9c61c79fee11e56fffc5e6/hypo_a.ipynb
Note: Should fix this in the current v0 API as well as the new API
The text was updated successfully, but these errors were encountered: