Skip to content

Commit

Permalink
remove repro hack
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Jun 20, 2022
1 parent 1c72568 commit 3bc58f6
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions spire/src/test/scala/coulomb/quantity.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,6 @@

import coulomb.testing.CoulombSuite

object repro {
import coulomb.*
import coulomb.syntax.*

import algebra.instances.all.given
import coulomb.ops.algebra.spire.all.given

import coulomb.policy.spire.standard.given
import coulomb.units.si.*
import coulomb.units.si.given
import scala.math._

object ItcImpl2 {
val expTime: Quantity[BigDecimal, Second] = BigDecimal(1).withUnit[Second]
val nExp = 1
val t = nExp.withUnit[Unitless]
val totalTime: Quantity[BigDecimal, Second] =
expTime * nExp.withUnit[Unitless]
}
}

class SpireQuantitySuite extends CoulombSuite:
import spire.math.*
import coulomb.*
Expand Down

0 comments on commit 3bc58f6

Please sign in to comment.