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
216 stars 132 forks source link

[TASK] Remove crow code made redundant by Python-based multivariate normal distribution #2242

Closed j-bryan closed 6 months ago

j-bryan commented 6 months ago

Issue Description

Is your feature request related to a problem? Please describe. A rather significant amount of code was made redundant by #2223, including some code in crow and the Eigen library it relies on.

Describe the solution you'd like Remove the redundant code. This will reduce Raven's size on disk, lessen its external dependencies, and likely reduce its build time.

Describe alternatives you've considered Leave the code there for posterity.


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.