ApolloResearch / rib

Library for methods related to the Local Interaction Basis (LIB)
MIT License
3 stars 0 forks source link

add kwarg support for test configs #277

Closed nix-apollo closed 6 months ago

nix-apollo commented 6 months ago

kwargs for test configs

Description

The get_[model]_config fns in test_build_graph now take arbitrary keyword arguments.

Motivation and Context

It's nice to be able to modify test configs for particular tests. Modifying them after the config is created is bad for validation. This PR makes it easy to overwrite arbitrary config args from their test default.

How Has This Been Tested?

Tests still pass.

Does this PR introduce a breaking change?

No.