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

Github Actions; Preliminary Documentation #6

Merged
merged 39 commits into from
Aug 10, 2023

Conversation

RickytheGuy
Copy link
Collaborator

fixes #2 -> test data added and github actions set up

Refs #3 -> some documentation done, readme added

@rileyhales
Copy link
Collaborator

we don't have to do it in this PR but we should consider also having a single netcdf with hourly data for a few days and test reading inflows and aggregating up to daily or some other time step.

@rileyhales rileyhales self-assigned this Aug 8, 2023
envs/environment.yml Outdated Show resolved Hide resolved
envs/environment.yml Show resolved Hide resolved
tests/test_compare.py Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
.github/workflows/test.yml Outdated Show resolved Hide resolved
.github/workflows/test.yml Outdated Show resolved Hide resolved
@RickytheGuy
Copy link
Collaborator Author

fixes #4 -> this is my implementation of inputing multiple weight tables. Added tests to verify these results as well

workflow_dispatch:
branches:
- rapid-inflows
[push, pull_request, workflow_dispatch]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would be ok with on pull request or workflow_dispatch. Do you think we need to do it on every push?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it is neccesary. It's nice since it automatically tests every push, but workflow_dispatch could make it obsolete since we can run the test whenever we want. If you want me to remove it I can

@RickytheGuy
Copy link
Collaborator Author

fixes #5 -> function now checks if weight table dims match the dataset dims. Info provided in readme about naming conventions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants