Skip to content

Fix PulsarParametersWrapper.py so that values like H0 and PHI0 can be returned as class items

There's a minor bug in PulsarParametersWrapper.py that means that if you try to return H0 as an item of the class you get nothing (it thinks the trailing 0 means that its a vector parameters!). This patch fixes that.

cc @karl-wette @david-keitel

Merge request reports