-
Notifications
You must be signed in to change notification settings - Fork 8
Remove [include_]system_hdf5_netcdf
#198
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
Conversation
xylar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@altheaden, this looks great! There are just some descriptions of the now-removed parameters in the docstrings that also need to be removed.
mache/spack/__init__.py
Outdated
| Whether to include the system hdf5, netcdf-c, netcdf-fortran and | ||
| pnetcdf (not necessarily the same as E3SM) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the rest of the docstring entry as well:
| Whether to include the system hdf5, netcdf-c, netcdf-fortran and | |
| pnetcdf (not necessarily the same as E3SM) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, I didn't notice that, I'll go ahead and change this in all files. Thanks for pointing that out!
mache/spack/__init__.py
Outdated
| Whether to include the system hdf5, netcdf-c, netcdf-fortran and | ||
| pnetcdf (not necessarily the same as E3SM) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the rest of the docstring entry:
| Whether to include the system hdf5, netcdf-c, netcdf-fortran and | |
| pnetcdf (not necessarily the same as E3SM) |
mache/spack/__init__.py
Outdated
| Whether to include the system hdf5, netcdf-c, netcdf-fortran and | ||
| pnetcdf (not necessarily the same as E3SM) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, remove the rest of the dostring entry:
| Whether to include the system hdf5, netcdf-c, netcdf-fortran and | |
| pnetcdf (not necessarily the same as E3SM) |
|
I don't think we need any testing other than CI for now. |
7a5071c to
a208401
Compare
|
@xylar Fixed those docs :) |
xylar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It still looks like there are 2 places with leftover docstrings. Not sure if I missed these in my last review or what happened.
mache/spack/__init__.py
Outdated
| Whether to include the netcdf-c, netcdf-fortran and | ||
| pnetcdf (not necessarily the same as E3SM) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@altheaden, these 2 lines still need to be removed.
mache/spack/__init__.py
Outdated
| Whether to include the netcdf-c, netcdf-fortran and | ||
| pnetcdf (not necessarily the same as E3SM) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As do these 2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, sorry, I thought I was just supposed to remove the references to hdf5. I see the issue now, that was my mistake, I didn't look at the whole context. Will fix that now.
a208401 to
59ff742
Compare
|
@xylar now it should be fixed... sorry about that. |
xylar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, great! It looks perfect now!
This was removed rather than renamed in E3SM-Project#198
This PR removes the deprecated
include_system_hdf5_netcdfandsystem_hdf5_netcdffrom Spack files and machine config files.Checklist
Testingcomment in the PR documents testing used to verify the changes