Skip to content

Commit

Permalink
renamed test to wedge manifold, and predicted geovista-data change
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO committed Jan 23, 2025
1 parent 8577cb4 commit bd30577
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog/1284.documentation.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Added a gallery example for regional manifold extraction.
(:issue:`1285`, :user:`ESadek-MO`)
(:issue:`1285`, :user:`ESadek-MO`)
2 changes: 1 addition & 1 deletion src/geovista/cache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
BASE_URL: str = "https://github.com/bjlittle/geovista-data/raw/{version}/assets/"
"""Base URL for :mod:`geovista` resources."""

DATA_VERSION: str = "2025.01.1"
DATA_VERSION: str = "2025.01.2"
"""The ``geovista-data`` repository version for :mod:`geovista` resources."""

GEOVISTA_CACHEDIR: str = "GEOVISTA_CACHEDIR"
Expand Down
2 changes: 1 addition & 1 deletion src/geovista/cache/registry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tests/images/examples.test__clouds.png a650d7717324453f86e9f03b55009a79d23ff124f
tests/images/examples.test__clouds_robin.png 73a0f6d6267f7f248643bc733e3b2699af47b711286e449171310e9fb2024f90
tests/images/examples.test__curvilinear.from_2d__orca_moll.png 39e693dccfbefe67f1ed438341342f1c6b5fa11f24b3d46c4706d8514c043d45
tests/images/examples.test__curvilinear.from_2d__orca.png 492868315f090aad25278660ffd97df31e7158f5c142962e8e23e16773199ade
tests/images/examples.test__extraction.regional_mani.png ebf4f00e1f14e93af2b5db35080c71b57033a4e3698e77005c052041c755bc2d
tests/images/examples.test__extraction.wedge_manifold.png ebf4f00e1f14e93af2b5db35080c71b57033a4e3698e77005c052041c755bc2d
tests/images/examples.test__point_cloud.from_points__orca_cloud_eqc.png e41921a712d335061b7507b9fa0880d93a52d7391cb4c586f163d911b54e8362
tests/images/examples.test__point_cloud.from_points__orca_cloud.png 8f723740ca12bfc9c02a29806a777e985d2a3a64a187e39e8a78c1d5ad1a29ff
tests/images/examples.test__rectilinear.from_1d__oisst_eqc.png b4e1d6b0984dbde1b7123b62eb8643206b83a399df90d32d877bf42089863350
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@

from __future__ import annotations

import geovista.theme
import geovista as gv
from geovista.pantry.meshes import lfric, lfric_orog
from geovista.geodesic import wedge

from geovista.pantry.meshes import lfric_orog
import geovista.theme


def main() -> None:
Expand Down

0 comments on commit bd30577

Please sign in to comment.