-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong number of arguments in a call #291
Comments
I see a more general issue with the
The
The
but it is documented to be optional, without a clear default value ( None ?):ramp-workflow/rampwf/score_types/detection/scp.py Lines 153 to 154 in 7d07521
The ramp-workflow/rampwf/score_types/detection/scp.py Lines 93 to 94 in 7d07521
Note that ramp-workflow/rampwf/score_types/detection/scp.py Lines 161 to 162 in 7d07521
|
So my questions are:
|
@rth @kegl @albertcthomas do you have time to look? |
Hm, this was done mostly by @jorisvandenbossche if I'm not mistaken. Are you guys @agramfort @DimitriPapadopoulos are planning to use this in an upcoming challenge? In this case I'd review the whole detection pipeline. I have no objection on PRs that fix this or anything else in detection (on the contrary, pls go ahead, thanks a lot!), it's well encapsulated within the RAMP detection framework and should not affect anything else. |
Call to function
scp_single
with too few arguments; should be no fewer than 3.Indeed the
shape
argument is missing:ramp-workflow/rampwf/score_types/detection/util.py
Lines 214 to 216 in 7d07521
See:
https://lgtm.com/projects/g/paris-saclay-cds/ramp-workflow/snapshot/97b80f6dbfaf877cc5d8f807d90fd2986978019e/files/rampwf/score_types/detection/util.py?sort=name&dir=ASC&mode=heatmap#x31a3fdb0293f3757:1
The text was updated successfully, but these errors were encountered: