From c890d89fb45cd43abb03eb8564d31c1c328a72cc Mon Sep 17 00:00:00 2001 From: jsta Date: Tue, 7 Dec 2021 15:43:08 -0700 Subject: [PATCH] syntax highlighting --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ff02d06..b31fa48 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Boulder, CO: UCAR/NCAR](https://dx.doi.org/10.5065/D6MW2F4D) ### Pytorch -``` +```python from camels.pytorch import Streamflow gauge_id = 13331500 @@ -26,4 +26,3 @@ test_data = Streamflow(gauge_id, "testing") ``` ![Overview of gauges in dataset](misc/overview.png) -