Conversation
cartography to a separate folder
| graph_to_gdfs, | ||
| create_manhattan_cartography, | ||
| to_folium_map, | ||
| from .cartography import ( |
Check warning
Code scanning / Pylintpython3 (reported by Codacy)
Import alias does not rename original package Warning
| @@ -0,0 +1,7 @@ | |||
| from .cartography import ( | |||
Check warning
Code scanning / Pylintpython3 (reported by Codacy)
Missing module docstring Warning
| @@ -0,0 +1,7 @@ | |||
| from .cartography import ( | |||
Check warning
Code scanning / Pylintpython3 (reported by Codacy)
Import alias does not rename original package Warning
| graph_to_gdfs, | ||
| create_manhattan_cartography, | ||
| to_folium_map, | ||
| from .cartography import ( |
Check warning
Code scanning / Prospector (reported by Codacy)
'.cartography.get_cartography' imported but unused (F401) Warning
| graph_to_gdfs, | ||
| create_manhattan_cartography, | ||
| to_folium_map, | ||
| from .cartography import ( |
Check warning
Code scanning / Prospector (reported by Codacy)
Import alias does not rename original package (useless-import-alias) Warning
| @@ -0,0 +1,7 @@ | |||
| from .cartography import ( | |||
Check warning
Code scanning / Prospector (reported by Codacy)
Import alias does not rename original package (useless-import-alias) Warning
| @@ -0,0 +1,7 @@ | |||
| from .cartography import ( | |||
Check warning
Code scanning / Prospector (reported by Codacy)
'.cartography.get_cartography' imported but unused (F401) Warning
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #409 +/- ##
=======================================
Coverage 87.69% 87.69%
=======================================
Files 52 52
Lines 6129 6129
Branches 682 682
=======================================
Hits 5375 5375
Misses 735 735
Partials 19 19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9f4d205 to
c4fbddb
Compare
No description provided.