-
Notifications
You must be signed in to change notification settings - Fork 6
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
C~scape interface does not work for user #842
Comments
Could you please confirm:
Thank you |
|
Could you show what you mean please? Example code and directory structure would be nice (I don't know where this Line 52 is) |
I ran the code whilst passing the NetCDFs as a separate directory as mentioned above, using the function at the lines. Still was unable to reproduce the error. I also tried with NetCDFs contained on one drive and didn't run into any issues. |
@VHallerBull is the clone of the repo sitting on OneDrive by any chance? I'm going to point the finger of suspected blame at GitHub for Windows / OneDrive. |
Yes, everything on AIMS computers is supposed to |
I understand that the code is backed up in Github, but that doesn't include files in the sandbox. So, if I don't have it in the OneDrive, then I risk losing all of it IF there is a computer issue, right? How do you handle that? |
I try to treat everything in the sandbox as temporary, as the sandbox environment is intended for testing/developing ADRIA functionality. Larger pieces of analyses (for potential papers, etc) I separate to a repository as these should be version controlled and eventually made public with a DOI for transparency/reproducibility (e.g., https://github.com/ConnectedSystems/RME-intervention-efficacy-2024-03). Aside from that, there's nothing stopping you from syncing the sandbox to a folder on OneDrive (I don't do this, just saying you could: https://superuser.com/questions/1224454/how-do-i-keep-two-folders-in-the-same-computer-synced-with-each-other) |
Ok, so your recommendation in this case would be to fork the branch and work on that as it is for a paper? |
You don't need to link the code in this case as it's not part of ADRIA. You can copy paste it here using triple back ticks to format the code, like so: ```julia The purpose is to allow us to copy paste the code and try exactly what you're running. A screenshot doesn't let us do this. |
I am currently testing to see if One Drive is the problem or if it is something else. |
To clarify, what I suspect is the sync activity between GitHub for Windows and OneDrive corrupted the git logs or the repo files somehow. EDIT: I think this is a credible explanation given the issue began after changes were pulled... |
You don't need to fork as such.
|
OK, I'll give that a shot and see what happens |
In step 2, the relevant commands are: If a non-editable version is all that is needed: add https://github.com/open-AIMS/ADRIA.jl#name-of-branch Or, clone ADRIA somewhere and switch to the desired branch, then: dev <path to local clone> This is the same as what you would have done for the |
@VHallerBull Are you able to load the C~scape datasets now? |
I am able to load them locally, but still working on the HPC as it gave me an error last week |
An error related to loading datasets or something else? If it's something else we can close this issue. |
A different error but still related to loading the datasets. I am currently running a possible solution, but it could be a few hours before I know if it worked. |
I can now load the dataset, but it still requires 1-2hrs for around 2000 scenarios |
That content isn't in the ADRIA.jl/docs/src/usage/results.md Lines 43 to 79 in cea9888
Not sure what happened, someone deleted the branch? |
@VHallerBull reports the C~scape interface has stopped working after PR #838 was merged.
The dataset for this test is the 20 scenario set that @VHallerBull provided earlier.
I am unable to reproduce this issue:
The directory structure follows the same as documented here:
ADRIA.jl/docs/src/usage/results.md
Lines 43 to 79 in cea9888
Note to @Zapiano @arlowhite : the most recent dev build of the docs don't seem to include the above content? Is the doc build issue truly resolved? (https://open-aims.github.io/ADRIA.jl/dev/usage/results/)
For clarity, here is the full directory structure using
tree /F
(on Windows terminal):EDIT:
Neglected to mention the reported error arises at:
ADRIA.jl/src/io/cscape_result_io.jl
Line 116 in cea9888
Provided screenshot of stacktrace:
The text was updated successfully, but these errors were encountered: