Uncertainty and sampling #516
Annotations
4 errors, 2 warnings, and 3 notices
|
Run Pylint
Process completed with exit code 1.
|
|
Run Pylint:
src/invert4geom/uncertainty.py#L42
No name 'erf' in module 'scipy.special'
|
|
Run Pylint:
src/invert4geom/plotting.py#L1584
Possibly using variable 'im' before assignment
|
|
Run Pylint:
src/invert4geom/utils.py#L411
Possibly using variable 'coords_df' before assignment
|
|
Run Pylint:
src/invert4geom/uncertainty.py#L63
Unused variable 'val'
|
|
Run Pylint:
src/invert4geom/plotting.py#L1488
Possible unbalanced tuple unpacking with sequence defined at line 596 of verde.coordinates: left side has 2 labels, right side has 0 values
|
|
Run Pylint:
src/invert4geom/uncertainty.py#L111
third party import "scipy.stats.pearsonr" should be placed before first party import "invert4geom.inversion"
|
|
Run Pylint:
src/invert4geom/uncertainty.py#L42
third party import "scipy.special.erf" should be placed before first party import "invert4geom.inversion"
|
|
Run Pylint:
src/invert4geom/uncertainty.py#L66
Consider using enumerate instead of iterating with range and len
|
Loading