Skip to content

Commit

Permalink
Merge pull request #2811 from nicolossus/nestsonata_fix_reset_params
Browse files Browse the repository at this point in the history
NEST-SONATA: Reset parameters after iteration over populations
  • Loading branch information
heplesser authored May 31, 2023
2 parents f23721f + 5d8a721 commit 236e167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nestkernel/sonata_connector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ SonataConnector::connect()
sequential_chunkwise_connector_();

close_dsets_();
reset_params_();

} // end iteration over population groups

// Close H5 objects in scope
// Reset and close H5 objects in scope
reset_params_();
edges_top_level_grp->close();
file->close();

Expand Down

0 comments on commit 236e167

Please sign in to comment.