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

Implement testLoadVector first version #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nsevilla
Copy link

This is to exercise the workflow we started in the pair coding session at the Commissioning Science Validation Bootcamp.

@nsevilla nsevilla requested a review from taranu May 24, 2023 19:08
Copy link
Contributor

@taranu taranu left a comment

Choose a reason for hiding this comment

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

This is an example review. Since this is a user branch with code changes, it should not be merged - the actual changes will go on a future DM ticket.

# def testLoadVector(self): TODO: implement
def testLoadVector(self):
action = LoadVector(vectorKey="vector")
inputData = {"vector": np.arange(5)}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
inputData = {"vector": np.arange(5)}
inputData = {"vector": [0, 1, 2, 3, 4]}

Just to illustrate that you can make (or may receive) suggestions on code reviews. I generally incorporate them into existing commits through an interactive rebase, as recommended in the dev guide.

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