pylint #73813 false positive: keyword argument flagged as unexpected in function all [open]
The function called is scipy.linalg.solve which takes among other arguments the keyword 'sym_pos' which states whether one of the positional arguments is symmetric positive.
Running "pylint -E" gives an error message:
However, the program runs without error, so the keyword argument must be valid:
pylint version is 0.24.0:
source code:
import numpy as np
def f():
if __name__ == '__main__': | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |