GithubHelp home page GithubHelp logo

Comments (4)

jobh avatar jobh commented on July 19, 2024 2

(fyi: just reporting, not working on)

from hypothesis.

Zac-HD avatar Zac-HD commented on July 19, 2024

Unclear what we can do about this, beyond complicating our fast path with support for a broader range of strategies. "Seeing through" a MappedStrategy is only valid in cases where the transform callable is fairly pure, which means we'd also need an allowlist for that, and I'm just not convinced it's worth it. At some point we have to tell power users to write st.sets(st.sampled_from([your stuff here])) rather than rewriting it for them.

from hypothesis.

jobh avatar jobh commented on July 19, 2024

Thanks, and I appreciate your point. I guess the test name (test_efficiently_generates_all_unique_array) got me wound up.

Still: it would be nice for that power user, or the np extra, to be able to derive custom types that are as powerful as the built-in types. A few ideas below, for posterity if this is revisited.

  1. We don't really need to check purity of the mapping, just repeat the uniqueness check afterwards. A mapping can only narrow the underlying strategy.
  2. We could even add purity hints for MappedStrategy. If we know the mapping is bijective, we don't need to repeat the uniqueness check. While possibly making users feel clever and empowered, I agree this is probably not worth the effort — unless we see other cases. OTOH, it would be simpler than (1) if we limited see-through to bijective mappings.
  3. Simpler would be to add a (possibly private/undocumented) special form of .map(). Perhaps an astype= argument to the strategy. This would be applied immediately to the result of .do_draw() without deferring to another strategy, and also anywhere these draws are replaced of course.

Anyway, feel free to close.

from hypothesis.

jobh avatar jobh commented on July 19, 2024

Actually, don't close quite yet. I'll fix it quickly (I think) in the numpy extra.

from hypothesis.

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.