diff --git a/gplately/utils/dev_warning.py b/gplately/utils/dev_warning.py index c2205516..7219d9d1 100644 --- a/gplately/utils/dev_warning.py +++ b/gplately/utils/dev_warning.py @@ -60,7 +60,7 @@ def print_using_source_code_warning(version: str): ) or not os.path.isfile( f"{os.path.dirname(os.path.realpath(__file__))}/../../../../bin/gplately" ): - logger.warn( + logger.warning( f"The location of GPlately currently in use is {os.path.dirname(os.path.dirname(os.path.realpath(__file__)))}. " + f"It seems that you are using GPlately source code directly or installed editable package with `pip install -e .`, " + f"the version number(❗{version}❗) 👉may not be accurate👈 in these cases." diff --git a/tests-dir/pytestcases/test_5_seafloorgrid.py b/tests-dir/pytestcases/test_5_seafloorgrid.py index 0823bc96..86451f1e 100644 --- a/tests-dir/pytestcases/test_5_seafloorgrid.py +++ b/tests-dir/pytestcases/test_5_seafloorgrid.py @@ -124,7 +124,6 @@ def _reconstruct_by_topologies(time, seafloorgrid, clean=False): # test netCDF writing @pytest.mark.parametrize("zval_name", zval_names) -@pytest.mark.skip(reason="find out why the test hangs on Windows") def test_lat_lon_z_to_netCDF(zval_name, seafloorgrid): time = gridding_times[0]