r-barnes / faster-unmixer

A faster implementation of the sediment inverse/unmixing scheme proposed in Lipp et al (2021).
5 stars 1 forks source link

Remove erroneous SCS runtime scaling factor #55

Closed AlexLipp closed 9 months ago

AlexLipp commented 9 months ago

Issue #54 highlighted that the run-time plotting script suggests the SCS solver is three orders of magnitude greater than the ECOS and GUROBI solvers. This error was introduced by an erroneous (or legacy) scaling factor in the plotting script for the SCS solver. This PR removes the scaling factor.

An ?erroneous debugging breakpoint is also commented out.