Skip to content

Commit 1adf328

Browse files
committed
second round of updating shared_utils import paths
1 parent f217989 commit 1adf328

File tree

6 files changed

+13
-360
lines changed

6 files changed

+13
-360
lines changed

5310_5311/5310_orgs/5310_analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"from siuba import *\n",
2121
"\n",
2222
"import altair as alt\n",
23-
"from shared_utils import calitp_color_palette as cp\n",
24-
"from shared_utils import styleguide\n",
23+
"from calitp_data_analysis import calitp_color_palette as cp\n",
24+
"from calitp_data_analysis import styleguide\n",
2525
"\n",
2626
"from calitp_data_analysis.sql import to_snakecase"
2727
]

5310_5311/5311/count_doors_fleetage.ipynb

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,12 @@
4949
},
5050
{
5151
"cell_type": "code",
52-
"execution_count": 2,
52+
"execution_count": 1,
5353
"id": "4b5b8b0f-8f20-4878-9582-6ace9c04a8c2",
5454
"metadata": {},
55-
"outputs": [
56-
{
57-
"name": "stderr",
58-
"output_type": "stream",
59-
"text": [
60-
"/opt/conda/lib/python3.9/site-packages/geopandas/_compat.py:124: UserWarning: The Shapely GEOS version (3.11.1-CAPI-1.17.1) is incompatible with the GEOS version PyGEOS was compiled with (3.10.1-CAPI-1.16.0). Conversions between both will be slow.\n",
61-
" warnings.warn(\n"
62-
]
63-
}
64-
],
55+
"outputs": [],
6556
"source": [
66-
"from shared_utils import geography_utils"
57+
"from calitp_data_analysis import geography_utils"
6758
]
6859
},
6960
{

dla/atp/_report_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import geopandas as gpd
1010
from calitp_data_analysis.sql import to_snakecase
1111
from dla_utils import _dla_utils
12-
from shared_utils import geography_utils
13-
from shared_utils import calitp_color_palette as cp
12+
from calitp_data_analysis import geography_utils
13+
from calitp_data_analysis import calitp_color_palette as cp
1414

1515
from IPython.display import HTML
1616
from siuba import *

0 commit comments

Comments
 (0)