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

Improve prior build error message #889

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Apr 19, 2022

  1. Improve prior build error message

    If there is an error during the attempt of building a builtin prior
    (methods implemented in SpaceBuilder), the builder assumes the
    expression is not a builtin prior and then tries to create a scipy.stat
    prior which also fails. The error message is then that the name of the
    expression is not a valid prior. We should instead explicitly verify if
    the name of the prior is one that is builtin and then try to build it
    without silencing error messages. This way we get the correct error
    message for the prior.
    bouthilx committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    eff98da View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Use passed locals

    bouthilx committed May 17, 2022
    Configuration menu
    Copy the full SHA
    35c3162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5584a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

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

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    6f28028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c667aed View commit details
    Browse the repository at this point in the history