Skip to content

Commit

Permalink
#204: changed to use Tolerance.areClose() for PLF model
Browse files Browse the repository at this point in the history
  • Loading branch information
dbenn committed Dec 2, 2024
1 parent 2a2aa81 commit b7a348a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ private boolean testPolynomialFit() {
try {
model.execute();

double DELTA = 1e-6;
double DELTA = 1e-3;

List<ValidObservation> fit = model.getFit();
ValidObservation fitOb = fit.get(0);
Expand Down

0 comments on commit b7a348a

Please sign in to comment.