Skip to content

Commit

Permalink
Not needed as null is default
Browse files Browse the repository at this point in the history
  • Loading branch information
atraplet committed Jul 31, 2024
1 parent 7da4077 commit 17eb3a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/ustermetrics/ecos4j/ParametersTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ void buildParametersWithCustomOptionsReturnsParametersWithCustomOptions() {
.feasTolInacc(1.)
.absTolInacc(1.)
.relTolInacc(1.)
.nItRef(null)
.maxIt(1)
.verbose(true)
.build();
Expand Down

0 comments on commit 17eb3a3

Please sign in to comment.