We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fdb0b commit c92ddceCopy full SHA for c92ddce
src/pandas_openscm/index_manipulation.py
@@ -394,7 +394,7 @@ def update_levels(
394
A level in `updates` is not a level in `ini`
395
"""
396
if remove_unused_levels:
397
- ini = ini.remove_unused_levels()
+ ini = ini.remove_unused_levels() # type: ignore
398
399
levels: list[pd.Index[Any]] = list(ini.levels)
400
codes: list[list[int]] = list(ini.codes)
0 commit comments