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

function reconstruct_signal_hess #52

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aajayi-21
Copy link
Contributor

No description provided.

@aajayi-21 aajayi-21 changed the title reconstruct_signal_hess function reconstruct_signal_hess Oct 11, 2023
@aajayi-21 aajayi-21 marked this pull request as ready for review October 11, 2023 02:05
Copy link
Contributor

@sbillinge sbillinge left a comment

Choose a reason for hiding this comment

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

comment on the test

assert False
def test_reconstruct_signal_hess(trsh):
actual = reconstruct_signal(trsh[0], trsh[1])
assert len(actual) == len(trsh[0][0].grid)
Copy link
Contributor

@sbillinge sbillinge Oct 11, 2023

Choose a reason for hiding this comment

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

This seems to be just testing the shape of the array handed back. Is that your intention?

Let's have a quick conversation about what you want to test here and then how best to do it.

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.

2 participants