-
Notifications
You must be signed in to change notification settings - Fork 5
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
Py open sci review #56
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix typo (readme.md): l7 on package name
Fix typo (readme.md): double spaces
Edit (general): new line at each full stop in a markdown paragraph.
fix typo (contributing.rst): double spaces
Edit (general): adding a new line at each full stop in a rst paragraph.
Edit (general): add a new line at each full stop in a markdown or rst paragraph.
Edit (general): add a new line at each full stop in a markdown or rst paragraph.
… done in the try/except was a bit proactive and gets problematic with keeping the functions in a linear workflow.
5/388 example tests break docs build (expected with functions moving between modules):
|
… meant to get the updated list, but will need to keep an eye out for additions for the example in docs like this. Especailly right now as there may be updates with WQX 2.0 -> 3.0.
Removes cyclic modular-level references |
jbousquin
added a commit
that referenced
this pull request
Apr 11, 2024
* Update README.md Fix typo (readme.md): l7 on package name * Update README.md Fix typo (readme.md): double spaces * Update README.md Edit (general): new line at each full stop in a markdown paragraph. * Update contributing.rst fix typo (contributing.rst): double spaces * Update contributing.rst Edit (general): adding a new line at each full stop in a rst paragraph. * Update example workflow.rst Edit (general): add a new line at each full stop in a markdown or rst paragraph. * Update index.rst Edit (general): add a new line at each full stop in a markdown or rst paragraph. * wet_dry_drop() has become outside the normal workflow, what was being done in the try/except was a bit proactive and gets problematic with keeping the functions in a linear workflow. * from harmonize -> clean: df_checks(). add_qa_flag() * convert_unit_series() moved harmonize -> convert * Import specific functions instead of module * Fix docs examples * Module needs to be imported for example * 'Filter/sieve residue' & 'Yield' now included in this domain. This is meant to get the updated list, but will need to keep an eye out for additions for the example in docs like this. Especailly right now as there may be updates with WQX 2.0 -> 3.0.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Start to address Editor review