Skip to content

hazard.test: fall back for missing IBTraCs file #992

hazard.test: fall back for missing IBTraCs file

hazard.test: fall back for missing IBTraCs file #992

GitHub Actions / Core / Unit Test Results (3.11) failed Oct 3, 2024 in 0s

65 errors, 633 pass in 6m 44s

698 tests   633 ✅  6m 44s ⏱️
  1 suites    0 💤
  1 files      0 ❌  65 🔥

Results for commit 023f1a5.

Annotations

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_ibtracs_additional_variables (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_ibtracs_antimeridian (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_ibtracs_correct_pass (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_ibtracs_discard_single_points (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_ibtracs_estimate_missing (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_ibtracs_interpolate_missing (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_ibtracs_official (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_ibtracs_range (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_ibtracs_raw_pass (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_ibtracs_scale_wind (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_ibtracs_with_provider (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_penv_rmax_penv_pass (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_raw_ibtracs_empty_pass (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIbtracs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_raw_ibtracs_invalid_pass (climada.hazard.test.test_tc_tracks.TestIbtracs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIbtracs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:58: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIO

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_from_processed_ibtracs_csv (climada.hazard.test.test_tc_tracks.TestIO) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIO'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:303: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIO

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_from_simulations_chaz (climada.hazard.test.test_tc_tracks.TestIO) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIO'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:303: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIO

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_from_simulations_emanuel (climada.hazard.test.test_tc_tracks.TestIO) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIO'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:303: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIO

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_from_simulations_storm (climada.hazard.test.test_tc_tracks.TestIO) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIO'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:303: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIO

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_hdf5_io (climada.hazard.test.test_tc_tracks.TestIO) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIO'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:303: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIO

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_netcdf_io (climada.hazard.test.test_tc_tracks.TestIO) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIO'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:303: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIO

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_read_gettelman (climada.hazard.test.test_tc_tracks.TestIO) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIO'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:303: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIO

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_read_legacy_netcdf (climada.hazard.test.test_tc_tracks.TestIO) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIO'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:303: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIO

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_to_geodataframe_line (climada.hazard.test.test_tc_tracks.TestIO) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIO'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:303: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestIO

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_to_geodataframe_points (climada.hazard.test.test_tc_tracks.TestIO) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestIO'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:303: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError

Check failure on line 0 in climada.hazard.test.test_tc_tracks.TestFuncs

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_category_pass (climada.hazard.test.test_tc_tracks.TestFuncs) with error

tests_xml/tests.xml [took 0s]
Raw output
failed on setup with "AttributeError: 'PosixPath' object has no attribute 'isfile'"
cls = <class 'climada.hazard.test.test_tc_tracks.TestFuncs'>

    @classmethod
    def setUpClass(cls):
>       download_ibtracs()

climada/hazard/test/test_tc_tracks.py:573: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def download_ibtracs():
        """This makes sure a IBTrACS.ALL.v04r00.nc file is present in SYSTEM_DIR
        First, downloading from the original sources is attempted. If that fails an old version
        is downloaded from the CLIMADA Data API
        """
>       if SYSTEM_DIR.joinpath(IBTRACS_FILE).isfile():
E       AttributeError: 'PosixPath' object has no attribute 'isfile'

climada/hazard/test/__init__.py:35: AttributeError