-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Cannot load dataset from sotu.jl #22
Comments
A follow-up: |
Thanks @williamjin1992, this proved useful for my colleague and I. @AsafManela would you like a pull request? |
Sure, a PR would be welcome! |
This is a first step in the pull request. Assuming this is amenable, then altering the notebooks to simply add that line in, easing customisation (ie skipping the cache option, which solves AsafManela#22 in `python`) would be the next step.
Hi @AsafManela: just thought I'd enquire if you're happy with that direction for developing a pull request. The next step would be to add the equivalent line removed there to all the notebook examples (which I think is more flexible and makes clearer what Line removed: covarsdf, counts, terms = loadsoturet(cache=false) |
This line cannot be removed entirely because then the jupyter notebooks that include sotu.jl won't get the variables they expect (covarsdf, counts, terms). |
Hi Professor Manela:
I'm running your tutorial of
HurdleDMR
for python in Jupyter Notebook, but in the data loading cell, an error pops outI think it maybe something wrong with the code in
sotu.jl
?The text was updated successfully, but these errors were encountered: