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 unused MultiVector class #178

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

speleo3
Copy link
Collaborator

@speleo3 speleo3 commented Dec 14, 2023

This code is unused and untested.

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (83c1721) 73.00% compared to head (93f4fd3) 74.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #178      +/-   ##
==========================================
+ Coverage   73.00%   74.05%   +1.04%     
==========================================
  Files          25       25              
  Lines        4027     3943      -84     
==========================================
- Hits         2940     2920      -20     
+ Misses       1087     1023      -64     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@orbeckst orbeckst left a comment

Choose a reason for hiding this comment

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

RIP

for i in range(len(self.vectors)):
self.result.vectors.append(
# TODO - eliminate eval() or entire class
eval(
Copy link
Collaborator

Choose a reason for hiding this comment

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

yikes

@speleo3 speleo3 merged commit 9d4b59c into jensengroup:master Dec 16, 2023
8 checks passed
@speleo3 speleo3 deleted the remove-MultiVector branch December 16, 2023 08:12
@sobolevnrm
Copy link
Collaborator

Sorry for the slow response; was traveling. Thanks for fixing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants