Skip to content

Commit

Permalink
add config prepare line in experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Dec 13, 2024
1 parent a0324cb commit 5a55ca4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public static void main(String[] args) {
@Override
protected Config prepareConfig(Config config) {

config = super.prepareConfig(config);

if (imc) {

InformedModeChoiceConfigGroup imcConfig = ConfigUtils.addOrGetModule(config, InformedModeChoiceConfigGroup.class);
Expand Down

0 comments on commit 5a55ca4

Please sign in to comment.