-
Notifications
You must be signed in to change notification settings - Fork 1
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
Notebook pipeline initialization issue #17
Comments
This is probably a bug in how the file name generation / input alias mechanism works that was exposed by some combination of Josue and Drew’s changes a few weeks ago. I’m traveling today. But if you are interested in digging into this more, there were similar errors in some of the notebooks in rail during the big migration. The exact fix depended a bit on the particulars. In one or two cases the issue was in the notebook. In a couple others it was a bug with how the model files were being treated. If you have the latest versions of all the rail packages and ceci and qp and tables_io, then the issue is probably in the notebook, and in particular how the stage is being configured.
|
This will fix your issue:
This in needed b/c of these lines:
The first line creates a DataHandle with the tag |
Note that to get the NB to run to complete I had to make a couple other changes:
(It seems like both
(Fixing up the path) |
Resolved, closing. |
Bug report
When I run
fsps_sed_demo.ipynb
, I get to this cell:and get:
Is this machine/environment specific, or does this happen with others?
I'd love to move the demo notebook into rail (as part of rail#48), but I think it would be better to look into this before moving it around.
Before submitting
Please check the following:
The text was updated successfully, but these errors were encountered: