sonntagsgesicht/mathtoolspy

View on GitHub
mathtoolspy/interpolation/bilinear.py

Summary

Maintainability
A
1 hr
Test Coverage

Function interpolation_bilinear has 10 arguments (exceeds 4 allowed). Consider refactoring.
Open

def interpolation_bilinear(x, y, x1, x2, y1, y2, z11, z21, z22, z12):
Severity: Major
Found in mathtoolspy/interpolation/bilinear.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status