diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4872c33b17..5ad7e67cd7 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -57,7 +57,7 @@ Get Started! Ready to contribute? Here's are a few steps we will go over for contributing to `act`. -1. Fork the `arm-community-toolkit` repo on GitHub and clone your fork locally. +1. Fork the `atmospheric-data-community-toolkit` repo on GitHub and clone your fork locally. 2. Install your local copy into an Anaconda environment. Assuming you have anaconda installed. @@ -77,7 +77,7 @@ to `act`. Fork and Cloning the ACT Repository ----------------------------------- -To start, you will first fork the `arm-community-toolkit` repo on GitHub by +To start, you will first fork the `atmospheric-data-community-toolkit` repo on GitHub by clicking the fork icon button found on the main page here: - https://github.com/ARM-DOE/ACT diff --git a/README.rst b/README.rst index 4136e16a12..78da137ff9 100644 --- a/README.rst +++ b/README.rst @@ -169,7 +169,7 @@ forking the repository is highly recommended. We welcome contributions for all uses of ACT, provided the code can be distributed under the BSD 3-clause license. A copy of this license is available in the **LICENSE.txt** file in this directory. For more on -contributing, see the `contributor's guide. `_ +contributing, see the `contributor's guide. `_ as well as the `code of conduct. `_ Testing ~~~~~~~ diff --git a/tests/discovery/test_airnow.py b/tests/discovery/test_airnow.py index 16622cdbb3..9eb364587b 100644 --- a/tests/discovery/test_airnow.py +++ b/tests/discovery/test_airnow.py @@ -13,7 +13,7 @@ def test_get_airnow(): results = act.discovery.get_airnow_forecast(token, '2022-05-01', zipcode=60108, distance=50) assert results['CategoryName'].values[0] == 'Good' assert results['AQI'].values[2] == -1 - assert results['ReportingArea'].values[3] == 'North and West Suburbs (Chicago)' + assert results['ReportingArea'].values[3] == 'South and West Suburbs (Chicago)' results = act.discovery.get_airnow_forecast( token, '2022-05-01', distance=50, latlon=[41.958, -88.12]