Skip to content

Remove psignifit(..., debug=True) #229

@otizonaizit

Description

@otizonaizit

From an email by @pberkes:

Remove psignifit(..., debug=True) . Do we really need to delete the posterior information by default? The data occupies some space in memory and on disk, but users are likely to regret not having it as soon as they try doing a more advanced plot.
Specifically I would:

  1. Remove the "debug" option, and make True the default
  2. Store the posterior, prior, and bounds data in the Results object, not in a "debug" dictionary
  3. Remove all the checks in the plot functions and other methods that look for the "debug" dictionary
  4. Make sure that tests check that the serialization of the Result object works even with the additional data

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions