Skip to content
Snippets Groups Projects
Commit 17785966 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch '245-problems-running-bilby_pipe-with-custom-waveform-model' into 'master'

Resolve "Problems running bilby_pipe with custom waveform model"

Closes #245

See merge request !466
parents 8fc29537 2ed72a5f
No related branches found
No related tags found
1 merge request!466Resolve "Problems running bilby_pipe with custom waveform model"
Pipeline #443776 canceled
......@@ -12,7 +12,8 @@ and source model from some external package the following should be included in
frequency-domain-source-model = my_package.submodule.custom_source_model
In order to be compatible with the :code:`bilby_pipe` analysis scripts, custom classes should take the same arguments
as their parent classes.
as their parent classes. If you do not want to hard code all such arguments, you can use :code:`**kwargs` to capture
(and ignore) additional arguments.
An exception to this is when passing custom likelihood classes.
In this case additional keyword arguments can be passed through the ini file, as below
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment