Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lecopivo committed Oct 18, 2024
1 parent 796104c commit e7bcdb0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/probability/rand_with_trace.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import SciLean.Probability.RandWithTrace
import SciLean.Analysis.Scalar.FloatAsReal

open SciLean Rand MeasureTheory

Expand Down Expand Up @@ -39,10 +40,6 @@ info: tt :
#check tt


instance (n:Nat) [MeasureSpace X] : MeasureSpace {a : Array X // a.size = n} := sorry
instance (n:Nat) [MeasureSpace X] : MeasureSpace (ArrayN X n) := sorry


/--
info: fun x =>
pdf Float
Expand Down

0 comments on commit e7bcdb0

Please sign in to comment.