Skip to content

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