Skip to content

Commit

Permalink
Bugfix: remember to unpack kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Nov 14, 2023
1 parent 146ded7 commit bb564bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conduitpylib/viz/_performance_semantics_scatterplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def scatter_batch(data, zorder):
DrawBatched(
scatter_batch,
data,
{
**{
"sort_by": heat,
**batch_kwargs,
},
Expand Down

0 comments on commit bb564bb

Please sign in to comment.