radiasoft / rssynergia

Tools for Synergia
Other
2 stars 4 forks source link

Notebook rssynergia-linear-8-2-IOTA-SC.ipynb fails on Jupyter server #2

Closed bruhwiler closed 7 years ago

bruhwiler commented 8 years ago

I did a git clone of the rssynergia repo in the Jupyter terminal during a demo. In cell #6, there's an error because the lattice file isn't found. The notebook should run without errors in this context.

Screenshot of the error: image

cchall commented 8 years ago

Was the ioptics repo cloned to the same directory?

On Fri, Aug 19, 2016 at 11:10 AM, David Bruhwiler notifications@github.com wrote:

Assigned #2 https://github.com/radiasoft/rssynergia/issues/2 to @cchall https://github.com/cchall.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/radiasoft/rssynergia/issues/2#event-761536860, or mute the thread https://github.com/notifications/unsubscribe-auth/AQSGGMLZ66n3bA47Z_ZKP-d9_1t0wU2Zks5qheOBgaJpZM4Joq43 .

bruhwiler commented 8 years ago

No, the ioptics repo wasn't there. The notebook needs one more instance of ../ in the path, even if the ioptics notebook is present.

In any case, we don't want rswarp/ or rssynergia/ to depend on each other or on ioptics/ It's OK for ioptics/ to depend on both rswarp/ and rssynergia/

So that notebook should be moved from rssynergia/ to ioptics/

Thanks, David

On Fri, Aug 19, 2016 at 11:16 AM, cchall notifications@github.com wrote:

Was the ioptics repo cloned to the same directory?