Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silent RtD build failure in autodoc directive: empty processes page for Finch and Raven #231

Open
tlvu opened this issue Oct 21, 2021 · 3 comments
Assignees

Comments

@tlvu
Copy link
Contributor

tlvu commented Oct 21, 2021

Same "empty processes page" problem was already fixed in Ouranosinc/raven#293 and bird-house/finch#130 but the fix was disabled in commit Ouranosinc/raven@ee99946 and commit bird-house/finch@8e0c991.

Setting fail_on_warning: true will force us to handle all the warnings (more work, annoying) but will let us catch all autodoc warnings that would have failed silently and causing this empty processes page problem (ensure correctness, being proactive).

Is there a way for autodoc to fail the build instead of just raising warnings like currently? This way we do not have to set fail_on_warning: true but still prevent the "empty processes page" problem.

Otherwise I think we have to set fail_on_warning: true and be disciplined with ourselves and not let any warnings during doc build.

Raven processes page: https://pavics-sdi.readthedocs.io/projects/raven/en/latest/processes.html
Screenshot 2021-10-21 at 11-11-47 Processes — Raven 0 14 2 documentation

Finch processes page: https://pavics-sdi.readthedocs.io/projects/finch/en/latest/processes.html
Screenshot 2021-10-21 at 11-12-35 Processes — Finch 0 7 5 documentation

Raven RtD build failure: https://readthedocs.org/api/v2/build/14935861.txt

/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/docs/source/installation.rst:66: WARNING: Unexpected indentation.
/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/docs/source/installation.rst:70: WARNING: Inline emphasis start-string without end-string.
/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/docs/source/installation.rst:159: WARNING: Title level inconsistent:

... or do it the lazy way
+++++++++++++++++++++++++
/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/docs/source/notebooks/02_Emulating_hydrological_models.ipynb:3459: WARNING: Title level inconsistent:

HMETS:
^^^^^^
/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/docs/source/notebooks/02_Emulating_hydrological_models.ipynb:3464: WARNING: Title level inconsistent:

MOHYSE:
^^^^^^^
/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/docs/source/notebooks/02_Emulating_hydrological_models.ipynb:3469: WARNING: Title level inconsistent:

HBVEC:
^^^^^^
WARNING: autodoc: failed to import process 'processes.RavenProcess' from module 'raven'; the following exception was raised:
Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 71, in import_module
    return importlib.import_module(modname)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/__init__.py", line 22, in <module>
    from .wps_ostrich_gr4j_cemaneige import OstrichGR4JCemaNeigeProcess
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/wps_ostrich_gr4j_cemaneige.py", line 52, in <module>
    default=", ".join(map(str, astuple(Uparams_defaults))),
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/dataclasses.py", line 1139, in astuple
    raise TypeError("astuple() should be called on dataclass instances")
TypeError: astuple() should be called on dataclass instances

WARNING: autodoc: failed to import process 'processes.RavenGR4JCemaNeigeProcess' from module 'raven'; the following exception was raised:
Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 71, in import_module
    return importlib.import_module(modname)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/__init__.py", line 22, in <module>
    from .wps_ostrich_gr4j_cemaneige import OstrichGR4JCemaNeigeProcess
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/wps_ostrich_gr4j_cemaneige.py", line 52, in <module>
    default=", ".join(map(str, astuple(Uparams_defaults))),
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/dataclasses.py", line 1139, in astuple
    raise TypeError("astuple() should be called on dataclass instances")
TypeError: astuple() should be called on dataclass instances

WARNING: autodoc: failed to import process 'processes.RavenMOHYSEProcess' from module 'raven'; the following exception was raised:
Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 71, in import_module
    return importlib.import_module(modname)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/__init__.py", line 22, in <module>
    from .wps_ostrich_gr4j_cemaneige import OstrichGR4JCemaNeigeProcess
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/wps_ostrich_gr4j_cemaneige.py", line 52, in <module>
    default=", ".join(map(str, astuple(Uparams_defaults))),
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/dataclasses.py", line 1139, in astuple
    raise TypeError("astuple() should be called on dataclass instances")
TypeError: astuple() should be called on dataclass instances

WARNING: autodoc: failed to import process 'processes.RavenHMETSProcess' from module 'raven'; the following exception was raised:
Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 71, in import_module
    return importlib.import_module(modname)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/__init__.py", line 22, in <module>
    from .wps_ostrich_gr4j_cemaneige import OstrichGR4JCemaNeigeProcess
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/wps_ostrich_gr4j_cemaneige.py", line 52, in <module>
    default=", ".join(map(str, astuple(Uparams_defaults))),
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/dataclasses.py", line 1139, in astuple
    raise TypeError("astuple() should be called on dataclass instances")
TypeError: astuple() should be called on dataclass instances

WARNING: autodoc: failed to import process 'processes.RavenHBVECProcess' from module 'raven'; the following exception was raised:
Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 71, in import_module
    return importlib.import_module(modname)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/__init__.py", line 22, in <module>
    from .wps_ostrich_gr4j_cemaneige import OstrichGR4JCemaNeigeProcess
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/wps_ostrich_gr4j_cemaneige.py", line 52, in <module>
    default=", ".join(map(str, astuple(Uparams_defaults))),
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/dataclasses.py", line 1139, in astuple
    raise TypeError("astuple() should be called on dataclass instances")
TypeError: astuple() should be called on dataclass instances

WARNING: autodoc: failed to import process 'processes.ObjectiveFunctionProcess' from module 'raven'; the following exception was raised:
Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 71, in import_module
    return importlib.import_module(modname)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/__init__.py", line 22, in <module>
    from .wps_ostrich_gr4j_cemaneige import OstrichGR4JCemaNeigeProcess
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/checkouts/latest/raven/processes/wps_ostrich_gr4j_cemaneige.py", line 52, in <module>
    default=", ".join(map(str, astuple(Uparams_defaults))),
  File "/home/docs/checkouts/readthedocs.org/user_builds/pavics-raven/conda/latest/lib/python3.9/dataclasses.py", line 1139, in astuple
    raise TypeError("astuple() should be called on dataclass instances")
TypeError: astuple() should be called on dataclass instances

Finch RtD build error: https://readthedocs.org/api/v2/build/14808420.txt

/home/docs/checkouts/readthedocs.org/user_builds/finch/checkouts/latest/docs/source/notebooks/subset.ipynb:623: WARNING: Title level inconsistent:

Basic averaging
~~~~~~~~~~~~~~~
/home/docs/checkouts/readthedocs.org/user_builds/finch/checkouts/latest/docs/source/notebooks/subset.ipynb:1129: WARNING: Title level inconsistent:

High-resolution polygons
~~~~~~~~~~~~~~~~~~~~~~~~
WARNING: autodoc: failed to import process 'processes.xclim.cdd_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cold_spell_days_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cold_spell_duration_index_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.consecutive_frost_days_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cooling_degree_days_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cwd_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dlyfrzthw_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dtr_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dtrvar_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.etr_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.freshet_start_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.frost_days_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.growing_degree_days_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_frequency_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_index_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_max_length_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_total_length_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heating_degree_days_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.ice_days_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.liquidprcptot_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.max_n_day_precipitation_amount_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.prcptot_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.rain_frzgr_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.rx1day_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.sdii_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.solidprcptot_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg10p_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg90p_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg_mean_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn10p_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn90p_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_days_below_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_max_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_mean_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_min_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tropical_nights_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx10p_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx90p_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_days_above_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_max_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_mean_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_min_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_tn_days_above_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.wetdays_Indicator_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cdd_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cdd_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cdd_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cold_spell_days_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cold_spell_days_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cold_spell_days_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cold_spell_duration_index_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cold_spell_duration_index_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cold_spell_duration_index_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.consecutive_frost_days_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.consecutive_frost_days_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.consecutive_frost_days_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cooling_degree_days_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cooling_degree_days_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cooling_degree_days_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cwd_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cwd_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.cwd_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dlyfrzthw_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dlyfrzthw_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dlyfrzthw_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dtr_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dtr_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dtr_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dtrvar_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dtrvar_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.dtrvar_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.etr_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.etr_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.etr_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.freshet_start_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.freshet_start_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.freshet_start_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.frost_days_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.frost_days_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.frost_days_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.growing_degree_days_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.growing_degree_days_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.growing_degree_days_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_frequency_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_frequency_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_frequency_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_index_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_index_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_index_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_max_length_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_max_length_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_max_length_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_total_length_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_total_length_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heat_wave_total_length_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heating_degree_days_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heating_degree_days_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.heating_degree_days_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.ice_days_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.ice_days_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.ice_days_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.liquidprcptot_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.liquidprcptot_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.liquidprcptot_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.max_n_day_precipitation_amount_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.max_n_day_precipitation_amount_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.max_n_day_precipitation_amount_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.prcptot_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.prcptot_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.prcptot_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.rain_frzgr_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.rain_frzgr_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.rain_frzgr_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.rx1day_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.rx1day_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.rx1day_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.sdii_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.sdii_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.sdii_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.solidprcptot_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.solidprcptot_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.solidprcptot_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg10p_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg10p_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg10p_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg90p_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg90p_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg90p_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg_mean_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg_mean_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tg_mean_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn10p_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn10p_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn10p_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn90p_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn90p_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn90p_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_days_below_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_days_below_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_days_below_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_max_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_max_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_max_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_mean_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_mean_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_mean_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_min_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_min_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tn_min_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tropical_nights_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tropical_nights_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tropical_nights_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx10p_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx10p_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx10p_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx90p_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx90p_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx90p_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_days_above_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_days_above_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_days_above_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_max_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_max_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_max_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_mean_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_mean_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_mean_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_min_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_min_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_min_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_tn_days_above_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_tn_days_above_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.tx_tn_days_above_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.wetdays_Ensemble_Bbox_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.wetdays_Ensemble_GridPoint_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.wetdays_Ensemble_Polygon_Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.BCCAQV2HeatWave' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.SubsetBboxBCCAQV2Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.SubsetBboxDatasetProcess' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.SubsetBboxProcess' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.SubsetGridPointBCCAQV2Process' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.SubsetGridPointDatasetProcess' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.SubsetGridPointProcess' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
WARNING: autodoc: failed to import process 'processes.xclim.SubsetPolygonProcess' from module 'finch'; the following exception was raised:
cannot import name 'subset_shape' from 'xclim.subset' (/home/docs/checkouts/readthedocs.org/user_builds/finch/conda/latest/lib/python3.9/site-packages/xclim/subset.py)
@Zeitsperre
Copy link
Contributor

The subset-based warnings in Finch tell me that we aren't installing CLISOPS when we build the docs, which is fine, but maybe we haven't properly mocked that library?

For both Raven and Finch, title warning are simple to fix, so that isn't a huge bothersome issue.

For this particular issue:

WARNING: autodoc: failed to import process 'processes.RavenProcess' from module 'raven'; the following exception was raised:
...
TypeError: astuple() should be called on dataclass instances

@richardarsenault was having this problem when building the docs as well. Now that we can see it here, perhaps we can go about tackling it. The culprit appears to be something with dataclasses; @cjauvin do you know what's going on?

@tlvu I would endorse enabling the fail_on_warning: true configuration. This needs to be done.

@tlvu
Copy link
Contributor Author

tlvu commented Oct 21, 2021

The subset-based warnings in Finch tell me that we aren't installing CLISOPS when we build the docs, which is fine, but maybe we haven't properly mocked that library?

Yeah I think so.

@tlvu
Copy link
Contributor Author

tlvu commented Oct 12, 2023

Probably a dupe in Ouranosinc/raven#487

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants