From c16edca5bb459e850415243bceefe8dc9f45248b Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Wed, 7 Sep 2022 10:56:55 -0600 Subject: [PATCH] Update location of sample datasets (#87) --- xwrf/tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwrf/tutorial.py b/xwrf/tutorial.py index e84f4592..b53a2b5e 100644 --- a/xwrf/tutorial.py +++ b/xwrf/tutorial.py @@ -11,7 +11,7 @@ import xarray as xr _default_cache_dir_name = 'xwrf_tutorial_data' -base_url = 'https://github.com/ncar-xdev/xwrf-data' +base_url = 'https://github.com/xarray-contrib/xwrf-data' version = 'main'