Skip to content

Commit

Permalink
untested code ❗️ - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 26, 2024
1 parent a638793 commit dd2c95b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization."

VERSION = "4.142.1"
VERSION = "4.143.1"

REPO_NAME = "blue-geo"

Expand Down
5 changes: 1 addition & 4 deletions blue_geo/catalog/firms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
from blue_geo.catalog import NAME

NAME = f"{NAME}.firms"

from .classes import FirmsCatalog
from .name import NAME
3 changes: 3 additions & 0 deletions blue_geo/catalog/firms/name.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .. import NAME

NAME = f"{NAME}.generic"
2 changes: 1 addition & 1 deletion blue_geo/tests/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_list_of_catalog_classes(catalog_class: Type[GenericCatalog]):
[
[datacube_id, datacube_class]
for datacube_id, datacube_class in assets.datacubes.items()
if datacube_class in list_of_datacube_classes()
if datacube_class in list_of_datacube_classes
],
],
)
Expand Down

0 comments on commit dd2c95b

Please sign in to comment.