-
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
Adding Gibbs sampling code to ENTERPRISE EXTENSIONS (updated and fixed) #233
base: master
Are you sure you want to change the base?
Conversation
The Gibbs Method (Bayes Power) code for single pulsar analyses.
Testing the Gibbs Method code
The gibbs sampling code is added alongside its test. This method performs the Gibbs sampling of single-pulsar analyses.
Linting problems removed by "black". Altpol utils removed (they were included by accident!)
The updated Gibbs sampling code is added alongside its test. This method performs the Gibbs sampling of single-pulsar analyses.
It seems like "black" did not help with the linting issues. Is there a standard code formatting software that ENTERPRISE uses? |
Hi @NimaLaal, These are pep8 style issues pointed out by flake8. Here's how to fix it First
Also for |
The changes are made by autopep8
I will work on fixing the issues later today |
The updated Gibbs sampling code is added alongside its test. This method performs a Gibbs sampling for single pulsars.
It was easier for me to close the other PR and open a new one. The linting issues should be solved now. I removed the altpol util functions as well (they were included by accident!)
I am getting used to the Github desktop app!