Git Product home page Git Product logo

Comments (4)

AdriaanRol avatar AdriaanRol commented on July 17, 2024

Update: Same value error reproduces, when I use an int in a loop it breaks, setting directly by hand works. Changing the input to a float in my loop takes away the problem. Because the exception is so nondescript I do not know why it fails.

Calling directly from the command line (cell below it) runs fine.

image

from qcodes.

alexcjohnson avatar alexcjohnson commented on July 17, 2024

Huh, that's a very strange error. Any chance you can produce a self-contained version of this?

Numbers does explicitly accept both integers and floats - doesn't convert ints to floats though, the validator never actually manipulates the values, just tests them. I think this is OK, it's pretty rare, especially in python3, the ints will behave differently from an equivalent float if a float is expected.

I can definitely improve the error message though, great idea.

from qcodes.

alexcjohnson avatar alexcjohnson commented on July 17, 2024

As I make validate_all from #51, I'm noticing that we only ever call is_valid and then raise immediately afterward. Not sure why I did this; maybe I thought we'd want to use the False results without error, or maybe I just wanted more control over the error message; regardless, I'm thinking the better way to do this is to instead have a method Validator.validate(self, value, context) which raises the exception itself (could raise ValueError or TypeError) with a message that includes a context specified by the caller.

from qcodes.

AdriaanRol avatar AdriaanRol commented on July 17, 2024

Closed as solved (in some long ago unkonwn PR)

from qcodes.

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.