AI-SDC / ACRO

Tools for the Automatic Checking of Research Outputs. These are the tools for researchers to use as drop-in replacements for commands that produce outputs in Stata Python and R
MIT License
15 stars 2 forks source link

Suppression in Stata #205

Open mahaalbashir opened 7 months ago

mahaalbashir commented 7 months ago
  1. acro init needs to pass through the options to python (also affects the ability to specify risk appetite file) in line 262

    • Commented lines (254 till 260) in acro_stata_parser.py are extracting the suppress variable value from the options from the Stata command and assigning that to the suppress variable when creating an acro object. This seems to work fine when testing it in python but does not work when testing it in Satat.
  2. also need the option to turn suppression on/off mid-session