diff options
Diffstat (limited to 'test/fuzz.bqn')
| -rw-r--r-- | test/fuzz.bqn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fuzz.bqn b/test/fuzz.bqn index dd1d3b57..a5b379a4 100644 --- a/test/fuzz.bqn +++ b/test/fuzz.bqn @@ -116,7 +116,7 @@ gen ← { } _testConsistent_ ← {Match←𝔾 - v ← <˘⍉> (5⌊´≠¨)⊸((Rand⟜≠⊏⊢)¨) ListVariations¨ a←𝕨≍○<𝕩 + v ← <˘⍉> (5⌊´≠¨)⊸((Rand⟜≠⊏⊢)¨) ListVariations¨ a←𝕨⋈𝕩 (ClearRefs@) ⊢ (∧´ ⊏ Match¨ 1⊸↓) (𝕨 (𝔽⊑∘⊢)⊘(𝔽´⊢) Variation¨⟜a)¨ v } @@ -128,7 +128,7 @@ _testMonArith ← { RandDyShape ← { Prefix ← (∨`⌾⌽ 𝕩 ≥ ×`)⊸/ (Rand 1+≠)⊸↑ - (Rand 2) ⌽ ≍○<⟜Prefix RandShape 𝕩 + (Rand 2) ⌽ ⋈⟜Prefix RandShape 𝕩 } _testDyArith ← {f←𝕗 ch ← 0<+´≠¨ pmn ← (∊⟜f⥊¨⊢) +‿-‿¬ |
