You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the minimum number of rows for a valid sumstats dataset is 100,000.
Just in the same way as when curators force as submission to be valid, they should be able to revalidate an invalid submission but set the minimum number of rows to whatever integer value they choose.
This has already been implemented in the sumstats service api: /v1/sum-stats/validate/<callback_id>. In the payload set the minrows attribute to an INT e.g. 10000.
The text was updated successfully, but these errors were encountered:
By default the minimum number of rows for a valid sumstats dataset is 100,000.
Just in the same way as when curators force as submission to be valid, they should be able to revalidate an invalid submission but set the minimum number of rows to whatever integer value they choose.
This has already been implemented in the sumstats service api:
/v1/sum-stats/validate/<callback_id>
. In the payload set theminrows
attribute to an INT e.g. 10000.The text was updated successfully, but these errors were encountered: