-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with common process free spectrum #94
Comments
Hi @tsmith2. Could you give more details associated with your PTA setup? |
The snippet where I read in the white noise dictionary and set up the PTA is:
I have used the same snippet with other |
Very interesting. I'm a bit unsure what's the culprit here. Have you tried |
I may be using an older version of enterprise extensions, but in order to add a common red noise block I need to leave |
In case this is useful, there is the Traceback:
|
When running model 2a with a free spectrum for the common process I am getting the following error:
UserWarning: No parameter prior match found between ['gw_log10_rho_0' 'gw_log10_rho_1' 'gw_log10_rho_2' 'gw_log10_rho_3' 'gw_log10_rho_4' 'gw_log10_rho_5' 'gw_log10_rho_6' 'gw_log10_rho_7' 'gw_log10_rho_8' 'gw_log10_rho_9' 'gw_log10_rho_10' 'gw_log10_rho_11' 'gw_log10_rho_12' 'gw_log10_rho_13' 'gw_log10_rho_14' 'gw_log10_rho_15' 'gw_log10_rho_16' 'gw_log10_rho_17' 'gw_log10_rho_18' 'gw_log10_rho_19' 'gw_log10_rho_20' 'gw_log10_rho_21' 'gw_log10_rho_22' 'gw_log10_rho_23' 'gw_log10_rho_24' 'gw_log10_rho_25' 'gw_log10_rho_26' 'gw_log10_rho_27' 'gw_log10_rho_28' 'gw_log10_rho_29'] and PTA.object.
From what I can tell the free spectrum priors are being set in the common_red_noise block, so it is unclear to me what might be causing this error.
The text was updated successfully, but these errors were encountered: