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
Hi there,
I have a schema with a "Number" field. When I use a negative number for this parameter, I get the following error message:
--search_threshold: expected type: Number, found: String (-0.9)
A positive number works fine.
Is this a bug or am I missing something?
Thanks in advance for looking into this.
The text was updated successfully, but these errors were encountered:
Hello, which library version is it?
Sorry, something went wrong.
nfcore_external_java_deps.jar
Hi @erosb, from the following link, it looks like the version we're using is 1.14.1.
1.14.1
https://github.com/nextflow-io/nf-validation/blob/37ea1b571977d8b8e26a7ff3636a115a3fda3498/plugins/nf-validation/build.gradle#L63
Hello @sralchemab , I released a new validator. With the new library -0.9 properly validates against {"type":"number"} schema.
-0.9
{"type":"number"}
No branches or pull requests
Hi there,
I have a schema with a "Number" field. When I use a negative number for this parameter, I get the following error message:
A positive number works fine.
Is this a bug or am I missing something?
Thanks in advance for looking into this.
The text was updated successfully, but these errors were encountered: