Skip to content

Commit

Permalink
Merge pull request #825 from PowerGridModel/fix/nightly-build
Browse files Browse the repository at this point in the history
Fix/Nightly build
  • Loading branch information
mgovers authored Nov 8, 2024
2 parents 0f8ccb7 + 7d4d8ad commit 553bae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp_integration_tests/test_main_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ TEST_CASE("Test main model - runtime dispatch") {
update_data_without_ids.add_buffer("sym_load", update_size, update_size, nullptr, nullptr);
update_data_without_ids.add_attribute_buffer("sym_load", "p_specified", sym_load_p_specified.data());

MainModel base_model{50.0, input_data};
MainModel const base_model{50.0, input_data};
MainModel columnar_model_w_id{base_model};
MainModel columnar_model_wo_id{base_model};

Expand Down

0 comments on commit 553bae0

Please sign in to comment.