Skip to content

Fix GetParentSimulation call on GetParent service adaptor.

Marcos Huck requested to merge fix/save_score_children into feature/code_refactor

Context

When running multisims, the worker refactor fails to save child simulation scores because of an error: runtime error: invalid memory address or nil pointer dereference

Change

This MR fixes the nil pointer when calling GetParentSimulation.

Other information

Closes #62

Merge request reports