Skip to content

Commit

Permalink
fix algebra import in DQ unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Apr 7, 2024
1 parent bdcc7df commit 65072be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/test/scala/coulomb/deltaquantity.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DeltaQuantitySuite extends CoulombSuite:
import coulomb.syntax.*
import coulomb.testing.units.{*, given}

import spire.implicits.*
import spire.std.any.{*, given}

test("lift via DeltaQuantity") {
DeltaQuantity[Meter, Meter](3.14).assertDQ[Double, Meter](3.14)
Expand Down Expand Up @@ -208,13 +208,11 @@ class DeltaQuantitySuite extends CoulombSuite:
test("less-than standard") {
import coulomb.policy.standard.given

/*
assertEquals(
36d.withDeltaUnit[Celsius, Kelvin] < 98.6d
.withDeltaUnit[Fahrenheit, Kelvin],
true
)
*/
assertEquals(
36f.withDeltaUnit[Celsius, Kelvin] < 36f
.withDeltaUnit[Celsius, Kelvin],
Expand Down

0 comments on commit 65072be

Please sign in to comment.