opendp / dp-wizard

Web application that makes data releases that satisfy differential privacy using the OpenDP Library
MIT License
0 stars 1 forks source link

Better formatting of analysis page #151

Closed mccalluc closed 1 week ago

mccalluc commented 2 weeks ago
pdurbin commented 1 week ago

Please resolve the merge conflicts.

mccalluc commented 1 week ago

@ekraffmiller

I noticed that output and session aren't used in analysis_server(), can they be removed?

not really: These aren't functions I call, instead, it's an interface defined by Shiny that we need to satisfy. If I delete them in dataset_panel I get this error:

TypeError: dataset_server() got multiple values for argument 'csv_path'

I think since it's missing expected positional parameters, it's grabbing kwargs, and things get confused.

Will resolve conflicts and ask for re-review.