-
Notifications
You must be signed in to change notification settings - Fork 102
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
Post merge #5243
Post merge #5243
Conversation
@jburel do you see any more name changes/fixes in m53? |
Changes all make sense. Are the tests currently being run somewhere? |
@aleksandra-tarkowska sorry I missed the notification. I will have a look |
Thanks, @aleksandra-tarkowska. From my point-of-view, this is good to merge. |
plateCols=colCount)[0] | ||
plate2 = self.test.importPlates(plateRows=rowCount, | ||
plateCols=colCount)[0] | ||
plate1 = self.test.import_plates(plateRows=rowCount, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be plate_rows
and plate_cols
if the method from testlib is used
@jburel thanks for the hint, looks like all metadata tests are passing now :) |
It looks good now |
cherry-picked fix from #5241 for py26 (just for consistency) |
👍 |
What this PR does
fix failing tests
cherry-picked to #5241