Skip to content

Commit

Permalink
Fixed test output under Julia nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed Jan 1, 2023
1 parent a9ec909 commit ea86132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/src/primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,7 @@ We could try to make the following query.
Unfortunately, the function `rand` evaluated once, which gives us
the same value repeated 3 times. Let's try broadcasting.

#? VERSION < v"1.9.0-DEV"
unitknot[Lift(1:3) >> rand.('a':'z')]
#-> ERROR: ArgumentError: Sampler for this object is not defined⋮

Expand Down

0 comments on commit ea86132

Please sign in to comment.