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
@zorache @mat-adamec I tried to clone coffea-casa-tutorials in coffea-casa and run it:
coffea-casa-tutorials
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-1-3b5974179c2f> in <module> 11 import sys 12 sys.path.append('..') ---> 13 from topcoffea.modules import samples 14 from topcoffea.modules.fileReader import GetFiles, GetAllInfoFromFile 15 ModuleNotFoundError: No module named 'topcoffea.modules'
The text was updated successfully, but these errors were encountered:
The tutorial for this should probably be in the coffea-casa docs, right?
I can add the steps once all the quirks of worker-installation are resolved.
Sorry, something went wrong.
No branches or pull requests
@zorache @mat-adamec I tried to clone
coffea-casa-tutorials
in coffea-casa and run it:The text was updated successfully, but these errors were encountered: