Skip to content

Commit 60780e1

Browse files
committed
Forgot 2 lines
1 parent 48fb21e commit 60780e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

malariagen_data/anoph/g123.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ def plot_g123_gwss(
433433
sizing_mode: gplt_params.sizing_mode = gplt_params.sizing_mode_default,
434434
width: gplt_params.width = gplt_params.width_default,
435435
track_height: gplt_params.track_height = 170,
436-
circle_kwargs: Optional[gplt_params.circle_kwargs] = None,
437436
genes_height: gplt_params.genes_height = gplt_params.genes_height_default,
438437
show: gplt_params.show = True,
439438
output_backend: gplt_params.output_backend = gplt_params.output_backend_default,
@@ -456,7 +455,6 @@ def plot_g123_gwss(
456455
sizing_mode=sizing_mode,
457456
width=width,
458457
height=track_height,
459-
circle_kwargs=circle_kwargs,
460458
show=False,
461459
output_backend=output_backend,
462460
inline_array=inline_array,

0 commit comments

Comments
 (0)