lnccbrown / HSSM

Development of HSSM package
Other
82 stars 11 forks source link

Added UserParam class for user parameter specification #579

Closed digicosmos86 closed 4 weeks ago

digicosmos86 commented 2 months ago

Note: To avoid conflict with src/jhssm/param.py, I am naming the directory src/hssm/param_refactor for now. Once all integration is tested, I will rename this directory

What was done in this PR:

  1. Added a few methods in prior.py to prepare for model output
  2. Added a UserParam (which will eventually be exported as hssm.Param) for users to specify priors and store user specification
AlexanderFengler commented 1 month ago

@digicosmos86 is this on hold or pushed through #590 at this point?

AlexanderFengler commented 1 month ago

From what I can see this is redundant now.