-
Notifications
You must be signed in to change notification settings - Fork 2
Implement src-stats #52
New issue
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
Conversation
configSince the config file is getting quite complex now, should we add either a JSON schema to show what can go in a config file (and, if we like, verify that the config provided is in that format)? docsShall we add a worked example and explanation to the docs? I'm happy to do this as it will give me a good excuse to play around with warningI get this warning when I run
Do you think we need to address it or silence it or intercept it and make it more readable? |
Co-authored-by: Iain <25081046+Iain-S@users.noreply.github.com>
Co-authored-by: Iain <25081046+Iain-S@users.noreply.github.com>
|
Re: config schema Re: docs Re: warning |
|
I silenced the smartnoise-sql warning by setting a configuration option differently for the tests. As far as I can see, what remains is to document the flow of using |
…-institute#52) Co-authored-by: Tim Band <t.b@ucl>
Adds functionality for user to specify statistical descriptors to be computed from source data using OpenDP, that can be used in place of hard constants when parametrising generators. Also includes various other small changes that I happened to make in the process.
Closes #24