CSHS-CWRA / RavenPy

A Python wrapper to setup and run the hydrologic modelling framework Raven
https://ravenpy.readthedocs.io
MIT License
25 stars 5 forks source link

`duplicate` method does not work as expected #361

Closed huard closed 1 month ago

huard commented 2 months ago

Description

Config.duplicate does not correctly ingest an array of parameters.

huard commented 2 months ago

I think the bugs founds in the PAVICS nbs when updating to Py3.11 are bugs dating back from the switch to pydantic v2 that were not exposed by the test suite.

huard commented 1 month ago

Fixed by #367