rampy icon indicating copy to clipboard operation
rampy copied to clipboard

baseline() API is breaking old code

Open charlesll opened this issue 4 months ago • 1 comments

Starting from v0.6.1, due to roi being a kwargs, old codes are breaking as before it was a positional argument.

We need to slightly modify the baseline API to make it compatible with old code by putting roi as an optional argument before method.

charlesll avatar Jun 05 '25 09:06 charlesll