Skip to content

Commit

Permalink
Fix segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jun 21, 2024
1 parent 01352c4 commit a6e22cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/src/api_internal/test_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class InMemoryStudyLoader: public Antares::IStudyLoader
StudyBuilder builder;
builder.addAreaToStudy("area1");
builder.addAreaToStudy("area2");
builder.setNumberMCyears(1);
builder.study->initializeRuntimeInfos();
builder.study->parameters.resultFormat = ResultFormat::inMemory;
builder.study->prepareOutput();
Expand Down

0 comments on commit a6e22cb

Please sign in to comment.