Giter Club home page Giter Club logo

Comments (2)

avescodes avatar avescodes commented on July 20, 2024

It seems as if the core.match version c2 relies on is not compatible. Bumping to 0.2.0 or 0.2.1 (the most recent) fixes compilation in the above scenario, but causes three test failures. If I get time, I'll circle around to see if I can fix them.

FAIL "Tick search" at (t_ticks.clj:6)
Actual result did not agree with the checking function.
        Actual result: {:extent [-10.0 100], :max 100, :min -10.0, :ticks (-10.0 0.0 10.0 20.0 30.0 40.0 50.0 60.0 70.0 80.0 90.0 100.0)}
    Checking function: (contains {:extent [0 100], :max 100.0, :min 0, :step 10.0, :ticks [0 10.0 20.0 30.0 40.0 50.0 60.0 70.0 80.0 90.0 100.0]})
    The checker said this about the reason:
        Best match found: {}

FAIL "Clamped tick search" at (t_ticks.clj:12)
Actual result did not agree with the checking function.
        Actual result: {:extent [5.0 20], :max 20, :min 5.0, :ticks (5.0 10.0 15.0 20.0)}
    Checking function: (contains {:extent [5.0 20], :max 20.0, :min 5.0, :step 5.0, :ticks [5.0 10.0 15.0 20.0]})
    The checker said this about the reason:
        Best match found: {:extent [5.0 20], :min 5.0, :ticks (5.0 10.0 15.0 20.0)}

FAIL "Clamped tick search" at (t_ticks.clj:17)
Actual result did not agree with the checking function.
        Actual result: {:extent [5.5 20], :max 20, :min 5.5, :ticks (10.0 15.0 20.0)}
    Checking function: (contains {:extent [5.5 20], :max 20.0, :min 5.5, :step 5.0, :ticks [5.5 10.5 15.5]})
    The checker said this about the reason:
        Best match found: {:extent [5.5 20], :min 5.5}
FAILURE: 3 checks failed.  (But 52 succeeded.)

from c2.

avescodes avatar avescodes commented on July 20, 2024

Doh, 0.2.3 fixes this. My bad.

from c2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.