Closed chanind closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 72.74%. Comparing base (
38876b4
) to head (4b37fa2
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Following #377, this PR adds tests which iterate over all the properties of
cfg.get_training_sae_cfg_dict()
andcfg.get_base_sae_cfg_dict()
and ensure that there are no properties missing. This should help ensure that more bugs like #377 can't happen in the future.Type of change
Please delete options that are not relevant.
-[x] chore: tests
Checklist:
You have tested formatting, typing and unit tests (acceptance tests not currently in use)
make check-ci
to check format and linting. (you can runmake format
to format code if needed.)