Skip to content

Commit a188775

Browse files
committed
Patch interpolation_size argument bug
1 parent bf960db commit a188775

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jabs-postprocess"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A python library for JABS postprocessing utilities."
55
readme = "README.md"
66
license = "LicenseRef-PLATFORM-LICENSE-AGREEMENT-FOR-NON-COMMERCIAL-USE"

src/jabs_postprocess/cli/main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ def evaluate_ground_truth(
152152
np.round(np.arange(0.05, 1.01, 0.05), 2).tolist(),
153153
help="List of intersection over union thresholds to scan (will be rounded to 2 decimal places).",
154154
),
155-
interpolation_size: int = typer.Option(
156-
0, help="Number of frames to interpolate missing data"
157-
),
158155
filter_ground_truth: bool = typer.Option(
159156
False,
160157
help="Apply filters to ground truth data (default is only to filter predictions)",
@@ -189,7 +186,6 @@ def evaluate_ground_truth(
189186
stitch_scan=stitch_scan,
190187
filter_scan=filter_scan,
191188
iou_thresholds=iou_thresholds,
192-
interpolation_size=interpolation_size,
193189
filter_ground_truth=filter_ground_truth,
194190
trim_time=trim_time,
195191
)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)