pyam icon indicating copy to clipboard operation
pyam copied to clipboard

Address `FutureWarning` in pyam/core.py:931

Open phackstock opened this issue 3 months ago • 0 comments

Continuing along the lines of pyam warnings, I have found this one:

...pyam/core.py:931: FutureWarning: The behavior of array concatenation with empty entries is deprecated. In a future version, this will no longer exclude empty items when determining the result dtype. To retain the old behavior, exclude the empty entries before the concat operation.
  self.meta[name] = meta[name].combine_first(self.meta[name])

phackstock avatar Sep 12 '25 08:09 phackstock