pypest / pyemu

python modules for model-independent uncertainty analyses, data-worth analyses, and interfacing with PEST(++)
BSD 3-Clause "New" or "Revised" License
168 stars 94 forks source link

Changes to mat_handler.py #503

Closed laat0003 closed 1 month ago

laat0003 commented 2 months ago

Added a test for diagonal matrix in Matrix.extract that will reset inherited diagonal status to True if the extracted matrix turns out to be diagonal.

Fixed an error with to Cov.to_uncfile where the standard deviations written to the uncfile were not from the diagonal.

Newb at the fork commit pull request stuff so please let me know if I screwed this up :)