-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I thought the pre-commit hooks were supposed to do everything for me
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 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 |
---|---|---|
|
@@ -21,16 +21,14 @@ | |
"# Author: Sam Gardner ([email protected])\n", | ||
"# License: BSD 3 clause\n", | ||
"\n", | ||
"import numpy as np\n", | ||
"from arro3.core import Array, Field, fixed_size_list_array, list_array, Table, Schema\n", | ||
"\n", | ||
"import pyart\n", | ||
"from pyart.testing import get_test_data\n", | ||
"\n", | ||
"import cmweather\n", | ||
"from lonboard import Map, SolidPolygonLayer\n", | ||
"from lonboard.colormap import apply_continuous_cmap\n", | ||
"import numpy as np\n", | ||
"\n", | ||
"import cmweather\n", | ||
"import pyart\n", | ||
"from pyart.testing import get_test_data\n", | ||
"\n", | ||
"\n", | ||
"# download and open test data file\n", | ||
|