Skip to content

Commit

Permalink
make ccs default
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMallen committed Nov 14, 2023
1 parent c17a37e commit e751405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccs/training/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Elicit(Run):
"""Full specification of a reporter training run."""

net: FitterConfig = subgroups(
{"ccs": CcsConfig, "eigen": EigenFitterConfig}, default="eigen" # type: ignore
{"ccs": CcsConfig, "eigen": EigenFitterConfig}, default="ccs" # type: ignore
)
"""Config for building the reporter network."""

Expand Down

0 comments on commit e751405

Please sign in to comment.