Skip to content

add dat loader to data_collection

Avi Vajpeyi requested to merge avi.vajpeyi/gwpopulation_pipe:dat_loader into master

Users may have posterior samples stored in .dat space-delimited files. This MR allows these posteriors to be collected in the data_collection step.

It also ensures that the parameters passed into the config ini (with the parameters kwarg) + present in the dat files will be collected.

Added a test to ensure this is working.

Merge request reports