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
When running Survey.generate_reports, the current output intends to match the original EchoPro reports so there is backward compatibility for previous survey years. However, the option to produce files with Echopop naming schemes and designs should be enabled for future surveys. This could be in the form of Survey.generate_reports(legacy_mode: bool = True) or Survey.generate_reports(report_format: Literal["echopop", "echopro"] = "echopop").
The text was updated successfully, but these errors were encountered:
When running
Survey.generate_reports
, the current output intends to match the originalEchoPro
reports so there is backward compatibility for previous survey years. However, the option to produce files withEchopop
naming schemes and designs should be enabled for future surveys. This could be in the form ofSurvey.generate_reports(legacy_mode: bool = True)
orSurvey.generate_reports(report_format: Literal["echopop", "echopro"] = "echopop")
.The text was updated successfully, but these errors were encountered: