Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Call to _upload_segmentation_image has an extra self being passed as an arg #18

Closed
lk-jeffpeck opened this issue Aug 18, 2017 · 1 comment

Comments

@lk-jeffpeck
Copy link

On line 1501 in api.py:

        self._upload_segmentation_image(self, mapobject_type_name,
            plate_name, well_name, well_pos_y, well_pos_x, tpoint, zplane,
            image

That second self should not be there, as it causes the error:

TypeError: _upload_segmentation_image() takes 9 positional arguments but 10 were given

self._upload_segmentation_image(self, mapobject_type_name,

riccardomurri added a commit that referenced this issue Aug 18, 2017
Many thanks to @jeffpeck-readcoor for suggesting the fix!
@riccardomurri
Copy link
Contributor

Fixed in 80a634e

Many thanks for noticing!

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

No branches or pull requests

2 participants