Skip to content

Fix wrong jupyterlabrc file name. #1186

Fix wrong jupyterlabrc file name.

Fix wrong jupyterlabrc file name. #1186

GitHub Actions / Petals / Unit Test Results (3.10) failed Feb 3, 2025 in 0s

1 errors in 26s

1 tests   - 211   0 ✅  - 210   26s ⏱️ - 5m 8s
1 suites ±  0   0 💤  -   2 
1 files   ±  0   0 ❌ ±  0   1 🔥 +1 

Results for commit 97ea5ad. ± Comparison against earlier commit 3a89d5a.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Petals / Unit Test Results (3.10)

climada_petals.hazard.test.test_wildfire with error

climada_petals/tests_xml/tests.xml [took 0s]
Raw output
collection failure
rasterio/crs.pyx:592: in rasterio.crs.CRS.from_epsg
    ???
rasterio/_err.pyx:289: in rasterio._err.exc_wrap_int
    ???
E   rasterio._err.CPLE_AppDefinedError: PROJ: internal_proj_create_from_database: /home/runner/micromamba/envs/climada_env_3.10/share/proj/proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2 whereas a number >= 3 is expected. It comes from another PROJ installation.

During handling of the above exception, another exception occurred:
climada_petals/hazard/test/test_wildfire.py:61: in <module>
    DEF_CENTROIDS = def_ori_centroids(WildFire._clean_firms_df(WildFire, TEST_FIRMS), 1/2)
climada_petals/hazard/test/test_wildfire.py:57: in def_ori_centroids
    centroids.set_on_land()
../../../../micromamba/envs/climada_env_3.10/lib/python3.10/site-packages/climada/hazard/centroids/centr.py:554: in set_on_land
    ne_geom = self._ne_crs_geom()
../../../../micromamba/envs/climada_env_3.10/lib/python3.10/site-packages/climada/hazard/centroids/centr.py:1055: in _ne_crs_geom
    if u_coord.equal_crs(self.gdf.crs, u_coord.NE_CRS):
../../../../micromamba/envs/climada_env_3.10/lib/python3.10/site-packages/climada/util/coordinates.py:2007: in equal_crs
    ) == rasterio.crs.CRS.from_user_input(crs_two)
rasterio/crs.pyx:790: in rasterio.crs.CRS.from_user_input
    ???
rasterio/crs.pyx:852: in rasterio.crs.CRS.from_string
    ???
rasterio/crs.pyx:596: in rasterio.crs.CRS.from_epsg
    ???
E   rasterio.errors.CRSError: The EPSG code is unknown. PROJ: internal_proj_create_from_database: /home/runner/micromamba/envs/climada_env_3.10/share/proj/proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2 whereas a number >= 3 is expected. It comes from another PROJ installation.