-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
- The
ObsPriorclass in the source code ofpriors.pyappears to want the required arguments ordered as:epochs, ra_err, dec_err, mtot, but the tutorial provides these arguments in the order:ra_err, dec_err, epochs, mtot(in the tutorial, the last of these is thesystem_massvariable). - The
astropy.table.column.Columnvariable for the error in relative declination,dec_err, should be assigned the value:mySystem.data_table["quant2_err"], but the tutorial assigns:mySystem.data_table["quant1_err"](i.e., the sameastropy.table.column.Columnfor relative right ascension as assigned tora_errin the tutorial).
To Reproduce
Go to: Using the O’Neil (2019) Observation-based Priors, Priors to compare argument ordering and see the dec_err assignment in the tutorial.
Desktop (please complete the following information):
- orbitize! Version 3.1.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

