PyPSA / pypsa-eur

PyPSA-Eur: A Sector-Coupled Open Optimisation Model of the European Energy System
https://pypsa-eur.readthedocs.io/
341 stars 239 forks source link

`build_electricity_demand` seems to clash `synthetic_load`: none of the dates are in the index #1411

Closed LRydin closed 7 hours ago

LRydin commented 1 day ago

Checklist

Note: I am using the new linux-pinned.yaml from a recent update.

Describe the Bug

I am trying to run a simple sector-coupled optimisation for 1-year range (2020-2021), with a simple 3H-CCL for opts and 3H-THBIA for sector_opts. Scenario name scenario_15_to_20 (very creative, I know :P)

scenario:
  simpl:
  - ''
  ll:
  - v2.0
  clusters:
  - 45
  opts:
  - 3H-CCL
  sector_opts:
  - 3H-THBIA
  planning_horizons:
  - 2050

For the Nordic countries

countries: ['FI', 'SE', 'NO']

snapshots:
  start: "2020-01-01"
  end: "2021-01-01"

I've checked the issues for something similar, but came across nothing. Any ideas?

Error Message

[Wed Nov  6 17:32:50 2024]
localrule build_electricity_demand:
    input: data/electricity_demand_raw.csv, data/load_synthetic_raw.csv
    output: resources/scenario_15_to_20/electricity_demand.csv
    log: logs/scenario_15_to_20/build_electricity_demand.log
    jobid: 22
    reason: Missing output files: resources/scenario_15_to_20/electricity_demand.csv
    resources: tmpdir=/tmp, mem_mb=5000, mem_mib=4769

INFO:__main__:Linearly interpolate gaps of size 3 and less.
INFO:__main__:Filling larger gaps by copying time-slices of period '1w'.
WARNING:__main__:There exist gaps larger then the time shift used for copying time slices.
WARNING:__main__:There exist gaps larger then the time shift used for copying time slices.
WARNING:__main__:There exist gaps larger then the time shift used for copying time slices.
INFO:__main__:Supplement missing data with synthetic data.
ERROR:root:Uncaught exception
Traceback (most recent call last):
  File "/home/leonardo.rydin/pypsa-eur/.snakemake/scripts/tmp57cxv4z5.build_electricity_demand.py", line 319, in <module>
    synthetic_load = synthetic_load.loc[snapshots, countries]
                     ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "/home/leonardo.rydin/.conda/envs/pypsa-eur/lib/python3.12/site-packages/pandas/core/indexing.py", line 1184, in __getitem__
    return self._getitem_tuple(key)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/leonardo.rydin/.conda/envs/pypsa-eur/lib/python3.12/site-packages/pandas/core/indexing.py", line 1375, in _getitem_tuple
    return self._multi_take(tup)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/leonardo.rydin/.conda/envs/pypsa-eur/lib/python3.12/site-packages/pandas/core/indexing.py", line 1327, in _multi_take
    axis: self._get_listlike_indexer(key, axis)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/leonardo.rydin/.conda/envs/pypsa-eur/lib/python3.12/site-packages/pandas/core/indexing.py", line 1558, in _get_listlike_indexer
    keyarr, indexer = ax._get_indexer_strict(key, axis_name)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/leonardo.rydin/.conda/envs/pypsa-eur/lib/python3.12/site-packages/pandas/core/indexes/base.py", line 6200, in _get_indexer_strict
    self._raise_if_missing(keyarr, indexer, axis_name)
  File "/home/leonardo.rydin/.conda/envs/pypsa-eur/lib/python3.12/site-packages/pandas/core/indexes/base.py", line 6249, in _raise_if_missing
    raise KeyError(f"None of [{key}] are in the [{axis_name}]")
KeyError: "None of [DatetimeIndex(['2020-01-01 00:00:00', '2020-01-01 01:00:00',\n               '2020-01-01 02:00:00', '2020-01-01 03:00:00',\n               '2020-01-01 04:00:00', '2020-01-01 05:00:00',\n               '2020-01-01 06:00:00', '2020-01-01 07:00:00',\n               '2020-01-01 08:00:00', '2020-01-01 09:00:00',\n               ...\n               '2020-12-31 14:00:00', '2020-12-31 15:00:00',\n               '2020-12-31 16:00:00', '2020-12-31 17:00:00',\n               '2020-12-31 18:00:00', '2020-12-31 19:00:00',\n               '2020-12-31 20:00:00', '2020-12-31 21:00:00',\n               '2020-12-31 22:00:00', '2020-12-31 23:00:00'],\n              dtype='datetime64[ns]', length=8760, freq=None)] are in the [index]"

If applicable, paste any terminal output to help illustrating your problem. In some cases it may also be useful to share your list of installed packages: conda list.

conda list ```bash _libgcc_mutex 0.1 conda_forge conda-forge _openmp_mutex 4.5 2_kmp_llvm conda-forge affine 2.4.0 pyhd8ed1ab_0 conda-forge alsa-lib 1.2.12 h4ab18f5_0 conda-forge ampl-mp 3.1.0 h2cc385e_1006 conda-forge amply 0.1.6 pyhd8ed1ab_0 conda-forge appdirs 1.4.4 pyh9f0ad1d_0 conda-forge argparse-dataclass 2.0.0 pyhd8ed1ab_0 conda-forge asttokens 2.4.1 pyhd8ed1ab_0 conda-forge atk-1.0 2.38.0 h04ea711_2 conda-forge atlite 0.2.14 pyhd8ed1ab_0 conda-forge attrs 24.2.0 pyh71513ae_0 conda-forge aws-c-auth 0.7.31 hcdce11a_5 conda-forge aws-c-cal 0.7.4 hd3f4568_4 conda-forge aws-c-common 0.9.31 hb9d3cd8_0 conda-forge aws-c-compression 0.2.19 hf20e7d7_4 conda-forge aws-c-event-stream 0.5.0 h72d8268_0 conda-forge aws-c-http 0.8.10 h6bb76cc_5 conda-forge aws-c-io 0.14.20 h389d861_2 conda-forge aws-c-mqtt 0.10.7 had056f2_5 conda-forge aws-c-s3 0.7.0 hc85afc5_0 conda-forge aws-c-sdkutils 0.1.19 hf20e7d7_6 conda-forge aws-checksums 0.1.20 hf20e7d7_3 conda-forge aws-crt-cpp 0.29.0 h07ed512_0 conda-forge aws-sdk-cpp 1.11.407 h9c41b47_6 conda-forge azure-core-cpp 1.14.0 h5cfcd09_0 conda-forge azure-identity-cpp 1.10.0 h113e628_0 conda-forge azure-storage-blobs-cpp 12.13.0 h3cf044e_1 conda-forge azure-storage-common-cpp 12.8.0 h736e048_1 conda-forge azure-storage-files-datalake-cpp 12.12.0 ha633028_1 conda-forge beautifulsoup4 4.12.3 pyha770c72_0 conda-forge blosc 1.21.6 hef167b5_0 conda-forge bokeh 3.6.0 pyhd8ed1ab_0 conda-forge bottleneck 1.4.2 py312hc0a28a1_0 conda-forge branca 0.7.2 pyhd8ed1ab_0 conda-forge brotli 1.1.0 hb9d3cd8_2 conda-forge brotli-bin 1.1.0 hb9d3cd8_2 conda-forge brotli-python 1.1.0 py312h2ec8cdc_2 conda-forge bzip2 1.0.8 h4bc722e_7 conda-forge c-ares 1.34.2 heb4867d_0 conda-forge c-blosc2 2.15.1 hc57e6cf_0 conda-forge ca-certificates 2024.9.24 h06a4308_0 cads-api-client 1.5.0 pyhd8ed1ab_0 conda-forge cairo 1.18.0 hebfffa5_3 conda-forge cartopy 0.24.0 py312hf9745cd_0 conda-forge cdsapi 0.7.4 pyhd8ed1ab_0 conda-forge certifi 2024.8.30 py312h06a4308_0 cffi 1.17.1 py312h06ac9bb_0 conda-forge cfgv 3.3.1 pyhd8ed1ab_0 conda-forge cfitsio 4.4.1 ha728647_2 conda-forge cftime 1.6.4 py312hc0a28a1_1 conda-forge charset-normalizer 3.4.0 pyhd8ed1ab_0 conda-forge click 8.1.7 unix_pyh707e725_0 conda-forge click-plugins 1.1.1 py_0 conda-forge cligj 0.7.2 pyhd8ed1ab_1 conda-forge cloudpickle 3.1.0 pyhd8ed1ab_1 conda-forge coin-or-cbc 2.10.12 h8b142ea_1 conda-forge coin-or-cgl 0.60.9 h1d3f3f2_0 conda-forge coin-or-clp 1.17.10 h07f2a63_0 conda-forge coin-or-osi 0.108.11 h6514dde_1 conda-forge coin-or-utils 2.11.12 h99da652_1 conda-forge coincbc 2.10.12 1_metapackage conda-forge colorama 0.4.6 pyhd8ed1ab_0 conda-forge conda-inject 1.3.2 pyhd8ed1ab_0 conda-forge configargparse 1.7 pyhd8ed1ab_0 conda-forge connection_pool 0.0.3 pyhd3deb0d_0 conda-forge contourpy 1.3.0 py312h68727a3_2 conda-forge country_converter 1.2 pyhd8ed1ab_0 conda-forge cppad 20240000.7 h5888daf_1 conda-forge cycler 0.12.1 pyhd8ed1ab_0 conda-forge cyrus-sasl 2.1.27 h54b06d7_7 conda-forge cytoolz 1.0.0 py312h66e93f0_1 conda-forge dask 2024.10.0 pyhd8ed1ab_0 conda-forge dask-core 2024.10.0 pyhd8ed1ab_0 conda-forge dask-expr 1.1.16 pyhd8ed1ab_0 conda-forge datrie 0.8.2 py312h66e93f0_8 conda-forge dbus 1.13.6 h5008d03_3 conda-forge decorator 5.1.1 pyhd8ed1ab_0 conda-forge deprecation 2.1.0 pyh9f0ad1d_0 conda-forge descartes 1.1.0 py_4 conda-forge distlib 0.3.9 pyhd8ed1ab_0 conda-forge distributed 2024.10.0 pyhd8ed1ab_0 conda-forge docutils 0.21.2 pyhd8ed1ab_0 conda-forge double-conversion 3.3.0 h59595ed_0 conda-forge dpath 2.2.0 pyha770c72_0 conda-forge entsoe-py 0.6.11 pyhd8ed1ab_0 conda-forge et_xmlfile 2.0.0 pyhd8ed1ab_0 conda-forge exceptiongroup 1.2.2 pyhd8ed1ab_0 conda-forge executing 2.1.0 pyhd8ed1ab_0 conda-forge expat 2.6.3 h5888daf_0 conda-forge filelock 3.16.1 pyhd8ed1ab_0 conda-forge fiona 1.10.1 py312h5aa26c2_1 conda-forge fmt 11.0.2 h434a139_0 conda-forge folium 0.18.0 pyhd8ed1ab_0 conda-forge font-ttf-dejavu-sans-mono 2.37 hab24e00_0 conda-forge font-ttf-inconsolata 3.000 h77eed37_0 conda-forge font-ttf-source-code-pro 2.038 h77eed37_0 conda-forge font-ttf-ubuntu 0.83 h77eed37_3 conda-forge fontconfig 2.15.0 h7e30c49_1 conda-forge fonts-conda-ecosystem 1 0 conda-forge fonts-conda-forge 1 0 conda-forge fonttools 4.54.1 py312h178313f_1 conda-forge freetype 2.12.1 h267a509_2 conda-forge freexl 2.0.0 h743c826_0 conda-forge fribidi 1.0.10 h36c2ea0_0 conda-forge fsspec 2024.10.0 pyhff2d567_0 conda-forge gdal 3.9.3 py312h1299960_2 conda-forge gdk-pixbuf 2.42.12 hb9ae30d_0 conda-forge geographiclib 2.0 pyhd8ed1ab_0 conda-forge geojson 3.1.0 pyhd8ed1ab_0 conda-forge geojson-rewind 1.1.0 pyhd8ed1ab_0 conda-forge geopandas 1.0.1 pyhd8ed1ab_1 conda-forge geopandas-base 1.0.1 pyha770c72_1 conda-forge geopy 2.4.1 pyhd8ed1ab_1 conda-forge geos 3.13.0 h5888daf_0 conda-forge geotiff 1.7.3 h77b800c_3 conda-forge gflags 2.2.2 h5888daf_1005 conda-forge giflib 5.2.2 hd590300_0 conda-forge gitdb 4.0.11 pyhd8ed1ab_0 conda-forge gitpython 3.1.43 pyhd8ed1ab_0 conda-forge glog 0.7.1 hbabe93e_0 conda-forge glpk 5.0 h445213a_0 conda-forge gmp 6.3.0 hac33072_2 conda-forge graphite2 1.3.13 h59595ed_1003 conda-forge graphviz 12.0.0 hba01fac_0 conda-forge gtk2 2.24.33 h6470451_5 conda-forge gts 0.7.6 h977cf35_4 conda-forge gurobi 11.0.3 py312_0 gurobi h2 4.1.0 pyhd8ed1ab_0 conda-forge harfbuzz 9.0.0 hda332d3_1 conda-forge hdf4 4.2.15 h2a13503_7 conda-forge hdf5 1.14.3 nompi_hdf9ad27_105 conda-forge highspy 1.7.2 pypi_0 pypi hpack 4.0.0 pyh9f0ad1d_0 conda-forge humanfriendly 10.0 pyhd8ed1ab_6 conda-forge hyperframe 6.0.1 pyhd8ed1ab_0 conda-forge icu 75.1 he02047a_0 conda-forge identify 2.6.1 pyhd8ed1ab_0 conda-forge idna 3.10 pyhd8ed1ab_0 conda-forge immutables 0.21 py312h66e93f0_0 conda-forge importlib-metadata 8.5.0 pyha770c72_0 conda-forge importlib_metadata 8.5.0 hd8ed1ab_0 conda-forge importlib_resources 6.4.5 pyhd8ed1ab_0 conda-forge iniconfig 2.0.0 pyhd8ed1ab_0 conda-forge ipopt 3.14.16 h122424a_10 conda-forge ipython 8.29.0 pyh707e725_0 conda-forge jedi 0.19.1 pyhd8ed1ab_0 conda-forge jinja2 3.1.4 pyhd8ed1ab_0 conda-forge joblib 1.4.2 pyhd8ed1ab_0 conda-forge jpype1 1.5.0 py312h8572e83_1 conda-forge json-c 0.18 h6688a6e_0 conda-forge jsonschema 4.23.0 pyhd8ed1ab_0 conda-forge jsonschema-specifications 2024.10.1 pyhd8ed1ab_0 conda-forge jupyter_core 5.7.2 pyh31011fe_1 conda-forge kealib 1.5.3 hf8d3e68_2 conda-forge keyutils 1.6.1 h166bdaf_0 conda-forge kiwisolver 1.4.7 py312h68727a3_0 conda-forge krb5 1.21.3 h659f571_0 conda-forge lcms2 2.16 hb7c19ff_0 conda-forge ld_impl_linux-64 2.43 h712a8e2_2 conda-forge lerc 4.0.0 h27087fc_0 conda-forge libabseil 20240722.0 cxx17_h5888daf_1 conda-forge libaec 1.1.3 h59595ed_0 conda-forge libarchive 3.7.4 hfca40fe_0 conda-forge libarrow 18.0.0 ha5db6c2_0_cpu conda-forge libarrow-acero 18.0.0 h5888daf_0_cpu conda-forge libarrow-dataset 18.0.0 h5888daf_0_cpu conda-forge libarrow-substrait 18.0.0 he882d9a_0_cpu conda-forge libblas 3.9.0 25_linux64_openblas conda-forge libbrotlicommon 1.1.0 hb9d3cd8_2 conda-forge libbrotlidec 1.1.0 hb9d3cd8_2 conda-forge libbrotlienc 1.1.0 hb9d3cd8_2 conda-forge libcblas 3.9.0 25_linux64_openblas conda-forge libclang-cpp19.1 19.1.3 default_hb5137d0_0 conda-forge libclang13 19.1.3 default_h9c6a7e4_0 conda-forge libcrc32c 1.1.2 h9c3ff4c_0 conda-forge libcups 2.3.3 h4637d8d_4 conda-forge libcurl 8.10.1 hbbe4b11_0 conda-forge libdeflate 1.22 hb9d3cd8_0 conda-forge libdrm 2.4.123 hb9d3cd8_0 conda-forge libedit 3.1.20191231 he28a2e2_2 conda-forge libegl 1.7.0 ha4b6fd6_1 conda-forge libev 4.33 hd590300_2 conda-forge libevent 2.1.12 hf998b51_1 conda-forge libexpat 2.6.3 h5888daf_0 conda-forge libffi 3.4.2 h7f98852_5 conda-forge libgcc 14.2.0 h77fa898_1 conda-forge libgcc-ng 14.2.0 h69a702a_1 conda-forge libgd 2.3.3 hd3e95f3_10 conda-forge libgdal 3.9.3 ha770c72_2 conda-forge libgdal-core 3.9.3 hd5b9bfb_2 conda-forge libgdal-fits 3.9.3 h2db6552_2 conda-forge libgdal-grib 3.9.3 hc3b29a1_2 conda-forge libgdal-hdf4 3.9.3 hd5ecb85_2 conda-forge libgdal-hdf5 3.9.3 h6283f77_2 conda-forge libgdal-jp2openjpeg 3.9.3 h1b2c38e_2 conda-forge libgdal-kea 3.9.3 h1df15e4_2 conda-forge libgdal-netcdf 3.9.3 hf2d2f32_2 conda-forge libgdal-pdf 3.9.3 h600f43f_2 conda-forge libgdal-pg 3.9.3 h5e77dd0_2 conda-forge libgdal-postgisraster 3.9.3 h5e77dd0_2 conda-forge libgdal-tiledb 3.9.3 h4a3bace_2 conda-forge libgdal-xls 3.9.3 h03c987c_2 conda-forge libgfortran 14.2.0 h69a702a_1 conda-forge libgfortran-ng 14.2.0 h69a702a_1 conda-forge libgfortran5 14.2.0 hd5240d6_1 conda-forge libgl 1.7.0 ha4b6fd6_1 conda-forge libglib 2.82.2 h2ff4ddf_0 conda-forge libglvnd 1.7.0 ha4b6fd6_1 conda-forge libglx 1.7.0 ha4b6fd6_1 conda-forge libgomp 14.2.0 h77fa898_1 conda-forge libgoogle-cloud 2.30.0 h438788a_0 conda-forge libgoogle-cloud-storage 2.30.0 h0121fbd_0 conda-forge libgrpc 1.65.5 hf5c653b_0 conda-forge libhwloc 2.11.2 default_he43201b_1000 conda-forge libiconv 1.17 hd590300_2 conda-forge libjpeg-turbo 3.0.0 hd590300_1 conda-forge libkml 1.3.0 hf539b9f_1021 conda-forge liblapack 3.9.0 25_linux64_openblas conda-forge liblapacke 3.9.0 25_linux64_openblas conda-forge libllvm19 19.1.3 ha7bfdaf_0 conda-forge libnetcdf 4.9.2 nompi_h135f659_114 conda-forge libnghttp2 1.64.0 h161d5f1_0 conda-forge libnsl 2.0.1 hd590300_0 conda-forge libntlm 1.4 h7f98852_1002 conda-forge libopenblas 0.3.28 openmp_hd680484_1 conda-forge libopengl 1.7.0 ha4b6fd6_1 conda-forge libparquet 18.0.0 h6bd9018_0_cpu conda-forge libpciaccess 0.18 hd590300_0 conda-forge libpng 1.6.44 hadc24fc_0 conda-forge libpq 17.0 h04577a9_4 conda-forge libprotobuf 5.27.5 h5b01275_2 conda-forge libre2-11 2024.07.02 hbbce691_1 conda-forge librsvg 2.58.4 hc0ffecb_0 conda-forge librttopo 1.1.0 h97f6797_17 conda-forge libscotch 7.0.4 h2fe6a88_5 conda-forge libspatialite 5.1.0 h1b4f908_11 conda-forge libspral 2024.05.08 h2b245be_4 conda-forge libsqlite 3.47.0 hadc24fc_1 conda-forge libssh2 1.11.0 h0841786_0 conda-forge libstdcxx 14.2.0 hc0a3c3a_1 conda-forge libstdcxx-ng 14.2.0 h4852527_1 conda-forge libthrift 0.21.0 h0e7cc3e_0 conda-forge libtiff 4.7.0 he137b08_1 conda-forge libutf8proc 2.8.0 h166bdaf_0 conda-forge libuuid 2.38.1 h0b41bf4_0 conda-forge libwebp-base 1.4.0 hd590300_0 conda-forge libxcb 1.17.0 h8a09558_0 conda-forge libxcrypt 4.4.36 hd590300_1 conda-forge libxkbcommon 1.7.0 h2c5496b_1 conda-forge libxml2 2.13.4 hb346dea_2 conda-forge libxslt 1.1.39 h76b75d6_0 conda-forge libzip 1.11.2 h6991a6a_0 conda-forge libzlib 1.3.1 hb9d3cd8_2 conda-forge linopy 0.3.14 pyhd8ed1ab_0 conda-forge llvm-openmp 19.1.3 h024ca30_0 conda-forge locket 1.0.0 pyhd8ed1ab_0 conda-forge lxml 5.3.0 py312he28fd5a_2 conda-forge lz4 4.3.3 py312hb3f7f12_1 conda-forge lz4-c 1.9.4 hcb278e6_0 conda-forge lzo 2.10 hd590300_1001 conda-forge mapclassify 2.8.1 pyhd8ed1ab_0 conda-forge markupsafe 3.0.2 py312h178313f_0 conda-forge matplotlib 3.9.2 py312h7900ff3_1 conda-forge matplotlib-base 3.9.2 py312hd3ec401_1 conda-forge matplotlib-inline 0.1.7 pyhd8ed1ab_0 conda-forge memory_profiler 0.61.0 pyhd8ed1ab_0 conda-forge metis 5.1.0 hd0bcaf9_1007 conda-forge minizip 4.0.7 h401b404_0 conda-forge mpfr 4.2.1 h90cbb55_3 conda-forge msgpack-python 1.1.0 py312h68727a3_0 conda-forge multiurl 0.3.2 pyhd8ed1ab_0 conda-forge mumps-include 5.7.3 ha770c72_4 conda-forge mumps-seq 5.7.3 h96124f5_4 conda-forge munkres 1.1.4 pyh9f0ad1d_0 conda-forge mysql-common 9.0.1 h266115a_2 conda-forge mysql-libs 9.0.1 he0572af_2 conda-forge nbformat 5.10.4 pyhd8ed1ab_0 conda-forge ncurses 6.5 he02047a_1 conda-forge netcdf4 1.7.1 nompi_py312h21d6d8e_102 conda-forge networkx 3.4.2 pyhd8ed1ab_1 conda-forge nodeenv 1.9.1 pyhd8ed1ab_0 conda-forge nomkl 1.0 h5ca1d4c_0 conda-forge nspr 4.36 h5888daf_0 conda-forge nss 3.106 hdf54f9c_0 conda-forge numexpr 2.10.1 py312h6a710ac_103 conda-forge numpy 1.26.4 py312heda63a1_0 conda-forge oauthlib 3.2.2 pypi_0 pypi openjpeg 2.5.2 h488ebb8_0 conda-forge openldap 2.6.8 hedd0468_0 conda-forge openpyxl 3.1.5 py312h710cb58_1 conda-forge openssl 3.3.2 hb9d3cd8_0 conda-forge orc 2.0.2 h690cf93_1 conda-forge packaging 24.1 pyhd8ed1ab_0 conda-forge pandas 2.2.3 py312hf9745cd_1 conda-forge pango 1.54.0 h4c5309f_1 conda-forge parso 0.8.4 pyhd8ed1ab_0 conda-forge partd 1.4.2 pyhd8ed1ab_0 conda-forge patsy 0.5.6 pyhd8ed1ab_0 conda-forge pcre2 10.44 hba22ea6_2 conda-forge pexpect 4.9.0 pyhd8ed1ab_0 conda-forge pickleshare 0.7.5 py_1003 conda-forge pillow 11.0.0 py312h7b63e92_0 conda-forge pip 24.3.1 pyh8b19718_0 conda-forge pixman 0.43.2 h59595ed_0 conda-forge pkgutil-resolve-name 1.3.10 pyhd8ed1ab_1 conda-forge plac 1.4.3 pyhd8ed1ab_0 conda-forge platformdirs 4.3.6 pyhd8ed1ab_0 conda-forge pluggy 1.5.0 pyhd8ed1ab_0 conda-forge ply 3.11 pypi_0 pypi polars 1.12.0 py312hfe7c9be_0 conda-forge poppler 24.08.0 h47131b8_1 conda-forge poppler-data 0.4.12 hd8ed1ab_0 conda-forge postgresql 17.0 h1122569_4 conda-forge powerplantmatching 0.5.19 pyhd8ed1ab_0 conda-forge pre-commit 4.0.1 pyha770c72_0 conda-forge progressbar2 4.5.0 pyhd8ed1ab_0 conda-forge proj 9.5.0 h12925eb_0 conda-forge prompt-toolkit 3.0.48 pyha770c72_0 conda-forge psutil 6.1.0 py312h66e93f0_0 conda-forge pthread-stubs 0.4 hb9d3cd8_1002 conda-forge ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge pulp 2.8.0 py312h7900ff3_0 conda-forge pure_eval 0.2.3 pyhd8ed1ab_0 conda-forge py-cpuinfo 9.0.0 pyhd8ed1ab_0 conda-forge pyarrow 18.0.0 py312h9cebb41_0 conda-forge pyarrow-core 18.0.0 py312h01725c0_0_cpu conda-forge pycountry 24.6.1 pyhd8ed1ab_0 conda-forge pycparser 2.22 pyhd8ed1ab_0 conda-forge pygments 2.18.0 pyhd8ed1ab_0 conda-forge pyogrio 0.10.0 py312he8b4914_0 conda-forge pyomo 6.8.0 pypi_0 pypi pyparsing 3.2.0 pyhd8ed1ab_1 conda-forge pyproj 3.7.0 py312he630544_0 conda-forge pypsa 0.31.1 pyhd8ed1ab_0 conda-forge pyscipopt 5.1.1 py312h7070661_0 conda-forge pyshp 2.3.1 pyhd8ed1ab_0 conda-forge pyside6 6.8.0.2 py312h91f0f75_0 conda-forge pysocks 1.7.1 pyha2e5f31_6 conda-forge pytables 3.10.1 py312h1d844bd_1 conda-forge pytest 8.3.3 pyhd8ed1ab_0 conda-forge python 3.12.7 hc5c86c4_0_cpython conda-forge python-dateutil 2.9.0 pyhd8ed1ab_0 conda-forge python-fastjsonschema 2.20.0 pyhd8ed1ab_0 conda-forge python-tzdata 2024.2 pyhd8ed1ab_0 conda-forge python-utils 3.9.0 pyhff2d567_0 conda-forge python_abi 3.12 5_cp312 conda-forge pytz 2024.1 pyhd8ed1ab_0 conda-forge pyxlsb 1.0.10 pyhd8ed1ab_0 conda-forge pyyaml 6.0.2 py312h66e93f0_1 conda-forge qhull 2020.2 h434a139_5 conda-forge qt6-main 6.8.0 h6e8976b_0 conda-forge rasterio 1.3.11 py312h19b0530_2 conda-forge re2 2024.07.02 h77b4e00_1 conda-forge readline 8.2 h8228510_1 conda-forge referencing 0.35.1 pyhd8ed1ab_0 conda-forge requests 2.32.3 pyhd8ed1ab_0 conda-forge requests-oauthlib 1.3.1 pypi_0 pypi reretry 0.11.8 pyhd8ed1ab_0 conda-forge rioxarray 0.17.0 pyhd8ed1ab_0 conda-forge rpds-py 0.20.1 py312h12e396e_0 conda-forge s2n 1.5.5 h3931f03_0 conda-forge scikit-learn 1.5.2 py312h7a48858_1 conda-forge scip 9.1.1 h445098e_1 conda-forge scipy 1.14.1 py312h62794b6_1 conda-forge seaborn 0.13.2 hd8ed1ab_2 conda-forge seaborn-base 0.13.2 pyhd8ed1ab_2 conda-forge setuptools 75.3.0 pyhd8ed1ab_0 conda-forge shapely 2.0.6 py312h391bc85_2 conda-forge six 1.16.0 pyh6c4a22f_0 conda-forge smart_open 7.0.5 pyhd8ed1ab_1 conda-forge smmap 5.0.0 pyhd8ed1ab_0 conda-forge snakemake-executor-plugin-cluster-generic 1.0.9 pypi_0 pypi snakemake-executor-plugin-slurm 0.11.1 pypi_0 pypi snakemake-executor-plugin-slurm-jobstep 0.2.1 pypi_0 pypi snakemake-interface-common 1.17.4 pyhdfd78af_0 bioconda snakemake-interface-executor-plugins 9.3.2 pyhdfd78af_0 bioconda snakemake-interface-report-plugins 1.1.0 pyhdfd78af_0 bioconda snakemake-interface-storage-plugins 3.3.0 pyhdfd78af_0 bioconda snakemake-minimal 8.25.1 pyhdfd78af_0 bioconda snakemake-storage-plugin-http 0.2.3 pypi_0 pypi snappy 1.2.1 ha2e4443_0 conda-forge snuggs 1.4.7 pyhd8ed1ab_1 conda-forge sortedcontainers 2.4.0 pyhd8ed1ab_0 conda-forge soupsieve 2.5 pyhd8ed1ab_1 conda-forge spdlog 1.14.1 hed91bc2_1 conda-forge sqlite 3.47.0 h9eae976_1 conda-forge stack_data 0.6.2 pyhd8ed1ab_0 conda-forge statsmodels 0.14.4 py312hc0a28a1_0 conda-forge tabulate 0.9.0 pyhd8ed1ab_1 conda-forge tbb 2022.0.0 hceb3a55_0 conda-forge tblib 3.0.0 pyhd8ed1ab_0 conda-forge threadpoolctl 3.5.0 pyhc1e730c_0 conda-forge throttler 1.2.2 pyhd8ed1ab_0 conda-forge tiledb 2.26.2 hd64914e_4 conda-forge tk 8.6.13 noxft_h4845f30_101 conda-forge tomli 2.0.2 pyhd8ed1ab_0 conda-forge toolz 1.0.0 pyhd8ed1ab_0 conda-forge tornado 6.4.1 py312h66e93f0_1 conda-forge tqdm 4.66.6 pyhd8ed1ab_0 conda-forge traitlets 5.14.3 pyhd8ed1ab_0 conda-forge tsam 2.3.6 pypi_0 pypi typing-extensions 4.12.2 hd8ed1ab_0 conda-forge typing_extensions 4.12.2 pyha770c72_0 conda-forge tzcode 2024b hb9d3cd8_0 conda-forge tzdata 2024b hc8b5060_0 conda-forge ukkonen 1.0.1 py312h68727a3_5 conda-forge unicodedata2 15.1.0 py312h66e93f0_1 conda-forge unidecode 1.3.8 pyhd8ed1ab_0 conda-forge unixodbc 2.3.12 h661eb56_0 conda-forge uriparser 0.9.8 hac33072_0 conda-forge urllib3 2.2.3 pyhd8ed1ab_0 conda-forge validators 0.34.0 pyhd8ed1ab_0 conda-forge virtualenv 20.27.1 pyhd8ed1ab_0 conda-forge wayland 1.23.1 h3e06ad9_0 conda-forge wcwidth 0.2.13 pyhd8ed1ab_0 conda-forge wheel 0.44.0 pyhd8ed1ab_0 conda-forge wrapt 1.16.0 py312h66e93f0_1 conda-forge xarray 2024.10.0 pyhd8ed1ab_0 conda-forge xcb-util 0.4.1 hb711507_2 conda-forge xcb-util-cursor 0.1.5 hb9d3cd8_0 conda-forge xcb-util-image 0.4.0 hb711507_2 conda-forge xcb-util-keysyms 0.4.1 hb711507_0 conda-forge xcb-util-renderutil 0.3.10 hb711507_0 conda-forge xcb-util-wm 0.4.2 hb711507_0 conda-forge xerces-c 3.2.5 h988505b_2 conda-forge xkeyboard-config 2.43 hb9d3cd8_0 conda-forge xlrd 2.0.1 pyhd8ed1ab_3 conda-forge xorg-libice 1.1.1 hb9d3cd8_1 conda-forge xorg-libsm 1.2.4 he73a12e_1 conda-forge xorg-libx11 1.8.10 h4f16b4b_0 conda-forge xorg-libxau 1.0.11 hb9d3cd8_1 conda-forge xorg-libxcomposite 0.4.6 hb9d3cd8_2 conda-forge xorg-libxcursor 1.2.2 hb9d3cd8_0 conda-forge xorg-libxdamage 1.1.6 hb9d3cd8_0 conda-forge xorg-libxdmcp 1.1.5 hb9d3cd8_0 conda-forge xorg-libxext 1.3.6 hb9d3cd8_0 conda-forge xorg-libxfixes 6.0.1 hb9d3cd8_0 conda-forge xorg-libxi 1.8.2 hb9d3cd8_0 conda-forge xorg-libxrandr 1.5.4 hb9d3cd8_0 conda-forge xorg-libxrender 0.9.11 hb9d3cd8_1 conda-forge xorg-libxtst 1.2.5 hb9d3cd8_3 conda-forge xorg-libxxf86vm 1.1.5 hb9d3cd8_4 conda-forge xorg-xorgproto 2024.1 hb9d3cd8_1 conda-forge xyzservices 2024.9.0 pyhd8ed1ab_0 conda-forge xz 5.2.6 h166bdaf_0 conda-forge yaml 0.2.5 h7f98852_2 conda-forge yte 1.5.4 pyha770c72_0 conda-forge zict 3.0.0 pyhd8ed1ab_0 conda-forge zipp 3.20.2 pyhd8ed1ab_0 conda-forge zlib 1.3.1 hb9d3cd8_2 conda-forge zlib-ng 2.2.2 h5888daf_0 conda-forge zstandard 0.23.0 py312hef9b889_1 conda-forge zstd 1.5.6 ha6fb4c9_0 conda-forge ```
LRydin commented 7 hours ago

The latest master from PR #1392 (this commit) seems to have solved the issue. I cannot diagnose what was the cause, so I'll just mark this as closed.