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

delete cgll2latlonz function #958

Merged
merged 1 commit into from
Sep 20, 2024
Merged

delete cgll2latlonz function #958

merged 1 commit into from
Sep 20, 2024

Conversation

juliasloan25
Copy link
Member

Purpose

We have a function Regridder.cgll2latlonz that is a wrapper around wrappers around ClimaCoreTempestRemap functions. We have no use for it in source, and it is only called in a single test. This commit deletes the function, and calls the CCTR wrappers directly from the test where cgll2latlonz was called before.

closes #833

Content

  • delete function
  • update docs
  • update test to call CCTR wrappers directly

  • I have read and checked the items on the review checklist.

test/regridder_tests.jl Outdated Show resolved Hide resolved
We have a function `Regridder.cgll2latlonz` that is a wrapper around
wrappers around ClimaCoreTempestRemap functions. We have no use for it
in source, and it is only called in a single test. This commit deletes
the function, and calls the CCTR wrappers directly from the test where
`cgll2latlonz` was called before.
@juliasloan25 juliasloan25 changed the title move cgll2latlonz into test delete cgll2latlonz function Sep 20, 2024
@juliasloan25 juliasloan25 merged commit 99ddb92 into main Sep 20, 2024
6 checks passed
@juliasloan25 juliasloan25 deleted the js/string-name branch September 20, 2024 20:39
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.

Calling string(fun)
2 participants