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

Prior based on weights #153

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Jun 5, 2024

  1. Prior based on weights

    Raphael Shirley committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b1b31bb View commit details
    Browse the repository at this point in the history
  2. Added the prior class files

    Raphael Shirley committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1630a53 View commit details
    Browse the repository at this point in the history
  3. Added incldues and changed variable declaration

    This is building locally but throwing errors on GitHub
    Raphael Shirley committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4e40ba4 View commit details
    Browse the repository at this point in the history
  4. More incldues added to try to fix github build

    Raphael Shirley committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    41a9a2c View commit details
    Browse the repository at this point in the history
  5. Add array to includes

    Raphael Shirley committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    df44ddc View commit details
    Browse the repository at this point in the history
  6. Add red to SED accessible variables

    Raphael Shirley committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    79f4ba8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Cleaned up the notebook

    Raphael Shirley committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7888033 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. tabs to spaces in the Makefile

    Raphael Shirley committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    08ab5e4 View commit details
    Browse the repository at this point in the history
  2. revert to tabs in some cases in Makefile

    tabs are required in parts of the makefile depending what languag that part is in
    Raphael Shirley committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    cb36ece View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. implement idea for sending prior to process function

    It might be more efficient to calculate all weights before the loop if the fulllib is large
    Raphael Shirley committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    61f9360 View commit details
    Browse the repository at this point in the history
  2. Added base test for prior functionality

    What else should we test and how do we get high coverage of the c side
    
    Need to test the nz prior at least
    Raphael Shirley committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8648412 View commit details
    Browse the repository at this point in the history
  3. Basic test of absmag prior

    Raphael Shirley committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    498d312 View commit details
    Browse the repository at this point in the history
  4. Basic tests for absmag and nzprior

    Raphael Shirley committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b982f92 View commit details
    Browse the repository at this point in the history
  5. Very basic test of prior updatechi2 func

    Raphael Shirley committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    87bef7a View commit details
    Browse the repository at this point in the history