We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:double
:min
I think this is a quirk of gen/double-gen*. Perhaps we could throw here or coerce the bounds to Double.
gen/double-gen*
(defn shrink [?schema] (-> (quick-check 1 (for-all [s (mg/generator ?schema)] false) {:seed 0}) :shrunk :smallest first)) ((juxt class identity) (shrink [:double {:min 3}])) ;=> [java.lang.Long 3]
The text was updated successfully, but these errors were encountered:
Coerce :double bounds to double
73ed511
Close metosin#1034
64ac86e
Successfully merging a pull request may close this issue.
I think this is a quirk of
gen/double-gen*
. Perhaps we could throw here or coerce the bounds to Double.The text was updated successfully, but these errors were encountered: