Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/imcflibs/imagej/omerotools.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
return user_client.getDataset(Long(dataset_id)).importImage(user_client, path)[0]


def add_annotation(client, repository_wpr, annotations, header):
def add_keyvalue_annotation(client, repository_wpr, annotations, header):

Check warning on line 181 in src/imcflibs/imagej/omerotools.py

View check run for this annotation

Codecov / codecov/patch

src/imcflibs/imagej/omerotools.py#L181

Added line #L181 was not covered by tests
"""Add an annotation to an OMERO object.

Parameters
Expand Down Expand Up @@ -234,7 +234,7 @@


def get_acquisition_metadata(user_client, image_wpr):
"""Get acquisition metadata from OMERO based on an image ID.
"""Get acquisition metadata from OMERO based on an image wrapper.

Parameters
----------
Expand Down Expand Up @@ -324,7 +324,7 @@


def create_table_columns(headings):
"""Create OMERO table headings from an ImageJ results table.
"""Create OMERO table headings from a list of column names.

Parameters
----------
Expand Down
Loading