Skip to content
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

Add find_fastest_DDtheta_mocks_bin_refs() function to Corrfunc/mocks/DDtheta_mocks #216

Merged
merged 16 commits into from
Apr 13, 2020
Merged

Add find_fastest_DDtheta_mocks_bin_refs() function to Corrfunc/mocks/DDtheta_mocks #216

merged 16 commits into from
Apr 13, 2020

Commits on Mar 25, 2020

  1. Add find_fastest_wp_bin_refs() function

    Make modifications as per reviewer suggestion
    
    Correct typo in L15 of DDtheta_mocks.py
    
    Resolve PEP 8 issues
    
    Resolve unused variable error
    
    Get rid of unused lines
    
    Make changes according to reviewer's suggestions
    
    Update in-code example
    
    Make changes to conform to PEP 8 standards
    
    Add new author name to author list in file
    
    Make changes to how three different (link_in_dec, link_in_ra) cases are handled
    
    Remove unnecessary continue as it was not properly in loop
    
    Modify code to show print statement in L555 where applicable
    Kris Stern committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    b3167ee View commit details
    Browse the repository at this point in the history
  2. Change & into and for proper Python logical operator

    Kris Stern committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    c845ba6 View commit details
    Browse the repository at this point in the history
  3. Remove unused import logging statement

    Kris Stern committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    1154c4b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Use ra_bin_ref=1 for link_in_dec=True case

    Kris Stern committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    240de6c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Remove unwanted trailing white spaces

    Kris Stern committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    a658c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7dfdb8 View commit details
    Browse the repository at this point in the history
  3. Make second batch of formatting changes

    Kris Stern committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    8d303ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    227d767 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Simplify code structure

    Kris Stern committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    f6fac6c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    bc0fcff View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Add changelog entry for PR

    Kris Stern committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    ebd8e3c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Update L574's if statement to simplify logic

    Kris Stern committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    adff80d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    a03a332 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Make changes to if/else statement to simplify code

    Kris Stern committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    2f5212a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    81a4e6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05e3506 View commit details
    Browse the repository at this point in the history