-
Notifications
You must be signed in to change notification settings - Fork 8
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
Compatibility with Python 3 #3
base: master
Are you sure you want to change the base?
Commits on Feb 4, 2020
-
1. Modify pulsar.py to add orbital degradation factor as an attribute to each pulsar object (orb_degfac). 2. Modify survey.py to record the snr for each pulsar object in its pulsar.snr attribute.
Configuration menu - View commit details
-
Copy full SHA for 6dd1f6a - Browse repository at this point
Copy the full SHA 6dd1f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18efd05 - Browse repository at this point
Copy the full SHA 18efd05View commit details -
Configuration menu - View commit details
-
Copy full SHA for b215675 - Browse repository at this point
Copy the full SHA b215675View commit details -
Configuration menu - View commit details
-
Copy full SHA for a59b31a - Browse repository at this point
Copy the full SHA a59b31aView commit details
Commits on Feb 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 477412c - Browse repository at this point
Copy the full SHA 477412cView commit details
Commits on Feb 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b194af9 - Browse repository at this point
Copy the full SHA b194af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f776e63 - Browse repository at this point
Copy the full SHA f776e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29526f6 - Browse repository at this point
Copy the full SHA 29526f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cee53e3 - Browse repository at this point
Copy the full SHA cee53e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e49a007 - Browse repository at this point
Copy the full SHA e49a007View commit details -
Configuration menu - View commit details
-
Copy full SHA for a481d00 - Browse repository at this point
Copy the full SHA a481d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for b389783 - Browse repository at this point
Copy the full SHA b389783View commit details -
Fix instances where comparison with None fails in Py3.xx in populate.…
…py and pulsar.py
Configuration menu - View commit details
-
Copy full SHA for 3aa8c36 - Browse repository at this point
Copy the full SHA 3aa8c36View commit details -
Explicitly make all initial strings as byte strings since this is not…
… done implicitly in Py3.xx
Configuration menu - View commit details
-
Copy full SHA for 69b85c7 - Browse repository at this point
Copy the full SHA 69b85c7View commit details -
Fix another instance of explicitly setting strings to dtype=bytes sin…
…ce Py3.xx does not do this implicitly
Configuration menu - View commit details
-
Copy full SHA for 899119c - Browse repository at this point
Copy the full SHA 899119cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b6f172 - Browse repository at this point
Copy the full SHA 2b6f172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8982511 - Browse repository at this point
Copy the full SHA 8982511View commit details
Commits on Feb 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 394537b - Browse repository at this point
Copy the full SHA 394537bView commit details
Commits on Apr 7, 2020
-
Add orbital parameters to the Pulsar object. These include:
m1 -> mass of psr m2 -> mass of companion om -> angle of periastron passage (omper) inc -> inclination of BNS system ec -> eccentricity of BNS pod -> orbital period of BNS m -> harmonic at which power is computed Consequently, added functionality for Population object to hold the ranges of the BNS orbital parameters. populate.generate() now draws uniformly from the range of orbital parameters supplied by the user (as a dictionary).
Configuration menu - View commit details
-
Copy full SHA for 32567b7 - Browse repository at this point
Copy the full SHA 32567b7View commit details
Commits on Jun 2, 2020
-
cannot compare float to NoneType in Python3. changed gpsargs to [-1, -1] from [-1, None] so that condition evaluates to true for default case.
Configuration menu - View commit details
-
Copy full SHA for 609a3e2 - Browse repository at this point
Copy the full SHA 609a3e2View commit details -
change gpsfrac to -1 from None
cannot compare floats to NoneType in py3. change gpsfrac to -1 so that default behavior is satisfied.
Configuration menu - View commit details
-
Copy full SHA for 953e18d - Browse repository at this point
Copy the full SHA 953e18dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8a328c - Browse repository at this point
Copy the full SHA f8a328cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e414296 - Browse repository at this point
Copy the full SHA e414296View commit details