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

Fix doctest failure #75

Merged
merged 2 commits into from
Dec 10, 2021
Merged

Fix doctest failure #75

merged 2 commits into from
Dec 10, 2021

Commits on Dec 10, 2021

  1. make jldoctest deterministic

    The order in which DiffRules.diffrules() outputs things is not
    deterministic.
    This means this jldoctest can fail.
    Here we make it so that the output is deterministic.
    cossio committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    a59d0ba View commit details
    Browse the repository at this point in the history
  2. David's suggestion

    cossio committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    05de036 View commit details
    Browse the repository at this point in the history