Skip to content
Snippets Groups Projects
Commit 462a0f29 authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Fix unittest regarding location type check.

parent c0548b54
Branches
Tags
6 merge requests!65Release v0.3.0,!64New year developments,!63Improve handling of long IDs,!62Export imported modules,!61Custom IDs,!60Enable customization of plotted IDs
Pipeline #878023 passed
......@@ -29,7 +29,6 @@ FIGS_AND_IDS = tagplot(
"image",
prefix=PROJECT_ID,
id_method="time",
location="west",
qrcode=True,
)
# Required arguments: tagplot(images as list, desired plot engine)
......
......@@ -5,9 +5,6 @@ Tag your plot with an ID.
For publishing the tagged plot along your research data have a look at the
module publish.
Functions:
tagplot(figure object, string) -> list
"""
import warnings
......@@ -23,7 +20,6 @@ from plotid.tagplot_image import tagplot_image
def tagplot(
figs: plt.Figure | Image | list[plt.Figure | Image],
engine: Literal["matplotlib", "image"],
location: str = "east",
**kwargs: Any,
) -> PlotIDTransfer:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment