-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
518 additions
and
310 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,5 +78,5 @@ venv.bak/ | |
# IDEs | ||
.idea/ | ||
|
||
# Jupyter Notebook | ||
# Jupyter scratch notebooks | ||
notebooks/ |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,13 @@ Pipelines to downscale ERA5 and CMIP6 data. | |
|
||
Instructions using conda: | ||
|
||
1. Clone this repository. | ||
1. Clone this repository. | ||
|
||
Over ssh: | ||
```sh | ||
git clone [email protected]:ihmeuw/climate-downscale.git | ||
``` | ||
|
||
Over https: | ||
```sh | ||
git clone https://github.com/ihmeuw/climate-downscale.git | ||
|
@@ -49,8 +49,8 @@ Instructions using conda: | |
|
||
### Pre-commit | ||
|
||
Pre-commit hooks run all the auto-formatting (`ruff format`), linters | ||
(e.g. `ruff` and `mypy`), and other quality checks to make sure the changeset is in | ||
Pre-commit hooks run all the auto-formatting (`ruff format`), linters | ||
(e.g. `ruff` and `mypy`), and other quality checks to make sure the changeset is in | ||
good shape before a commit/push happens. | ||
|
||
You can install the hooks with (runs for each commit): | ||
|
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
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
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
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
Oops, something went wrong.