diff --git a/pyproject.toml b/pyproject.toml index 687ac4a..a2e5fd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jabs-postprocess" -version = "0.3.0" +version = "0.3.1" description = "A python library for JABS postprocessing utilities." readme = "README.md" license = "LicenseRef-PLATFORM-LICENSE-AGREEMENT-FOR-NON-COMMERCIAL-USE" diff --git a/src/jabs_postprocess/cli/main.py b/src/jabs_postprocess/cli/main.py index 880f512..bab92e3 100644 --- a/src/jabs_postprocess/cli/main.py +++ b/src/jabs_postprocess/cli/main.py @@ -152,9 +152,6 @@ def evaluate_ground_truth( np.round(np.arange(0.05, 1.01, 0.05), 2).tolist(), help="List of intersection over union thresholds to scan (will be rounded to 2 decimal places).", ), - interpolation_size: int = typer.Option( - 0, help="Number of frames to interpolate missing data" - ), filter_ground_truth: bool = typer.Option( False, help="Apply filters to ground truth data (default is only to filter predictions)", @@ -189,7 +186,6 @@ def evaluate_ground_truth( stitch_scan=stitch_scan, filter_scan=filter_scan, iou_thresholds=iou_thresholds, - interpolation_size=interpolation_size, filter_ground_truth=filter_ground_truth, trim_time=trim_time, ) diff --git a/uv.lock b/uv.lock index 17ade3f..b2d9251 100644 --- a/uv.lock +++ b/uv.lock @@ -340,7 +340,7 @@ wheels = [ [[package]] name = "jabs-postprocess" -version = "0.3.0" +version = "0.3.1" source = { editable = "." } dependencies = [ { name = "black" },