idaholab / raven

RAVEN is a flexible and multi-purpose probabilistic risk analysis, validation and uncertainty quantification, parameter optimization, model reduction and data knowledge-discovering framework.
https://raven.inl.gov/
Apache License 2.0
217 stars 133 forks source link

[TASK] Support xarray 2023.12 #2226

Closed joshua-cogliati-inl closed 9 months ago

joshua-cogliati-inl commented 9 months ago

Issue Description

Is your feature request related to a problem? Please describe. It would be useful to support xarray 2023.12 which currently fails when running the TestDataSet unit test.

Error testing ...
checking error CSV var z | Unexpected error message.  
    Received: "No variable named 'z'. Variables on the dataset include ['RAVEN_sample_ID', 'a', 'x', 'time', 'y', 'c', 'b', 'prefix']"
    Expected: "z"
 ... end Error testing (FAILED)

Describe alternatives you've considered Pin to an older version of xarray.


For Change Control Board: Issue Review

This review should occur before any development is performed as a response to this issue.


For Change Control Board: Issue Closure

This review should occur when the issue is imminently going to be closed.

wangcj05 commented 9 months ago

Checklist is good.