Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove matrix type from ert #3268

Merged
merged 3 commits into from
Apr 21, 2022
Merged

Conversation

ManInFez
Copy link
Contributor

Issue
Resolves #2904

Approach
Short description of the approach

Pre review checklist

  • Added appropriate release note label
  • PR title captures the intent of the changes, and is fitting for release notes.
  • Commit history is consistent and clean, in line with the contribution guidelines.

Adding labels helps the maintainers when writing release notes. This is the list of release note labels.

@ManInFez ManInFez added the release-notes:maintenance Automatically categorise as maintenance change in release notes label Apr 19, 2022
@ManInFez ManInFez self-assigned this Apr 19, 2022
After converting all usage of matrix to Eigen we now remove
matrix.hpp and all corresponding tetsts
While the covariance matrix could be loaded it was never used.
Removing all remnance of covariance matrix in code and documentation
Copy link
Collaborator

@oyvindeide oyvindeide left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Nice job cleaning!

@ManInFez ManInFez merged commit b0b6849 into equinor:main Apr 21, 2022
@ManInFez ManInFez deleted the remove_matrix_type branch April 21, 2022 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes:maintenance Automatically categorise as maintenance change in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace matrix_type with Eigen matrix
2 participants