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

Improve input checking of composite_ppi() and fix ylim bug #389

Merged
merged 1 commit into from
May 18, 2020
Merged

Improve input checking of composite_ppi() and fix ylim bug #389

merged 1 commit into from
May 18, 2020

Conversation

barthoekstra
Copy link
Collaborator

There are a few integer/numeric inconsistencies in the input checking that I've fixed:

  • nx and ny (output cols and rows) have to be (positive) integers, so should be checked with is.count() instead of is.number().
  • xlim and ylim correspond with latlon limits, so do not have to be integers necessarily.

Additionally ylim could be defined, but was never used.

Fix unused latitudes variable


Fix typos
@adokter adokter merged commit 42072e5 into adokter:master May 18, 2020
@barthoekstra barthoekstra deleted the composite_ppi_fix branch May 18, 2020 16:12
@peterdesmet peterdesmet added this to the 0.6.0 milestone May 3, 2022
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.

3 participants