Skip to content
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

Better suggestion for putting .julia locally within the repo in machine_setup.sh #139

Merged
merged 2 commits into from
Oct 25, 2023

Conversation

johnomotani
Copy link
Collaborator

Using just '.' means the contents of '.julia' get put directly in the top level of the repo - really want to create a '.julia' subdirectory within the repo.

Using just '.' means the contents of '.julia' get put directly in the
top level of the repo - really want to create a '.julia' subdirectory
within the repo.
A recent update to NCDatasets.jl changed the behaviour of indexing like
`var[:]` when loading a NetCDF variable. Now `var[:]` returns a 1d view.
Fix by using `copy()` to convert the `NCDataset` to an `Array`.
@johnomotani johnomotani merged commit 9a3fe98 into master Oct 25, 2023
17 of 21 checks passed
@johnomotani johnomotani deleted the machine-setup-message-fix branch October 25, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant