Giter Site home page Giter Site logo

Suppress typing warnings about abqpy HOT 5 CLOSED

Diogo-Rossi avatar Diogo-Rossi commented on June 2, 2024
Suppress typing warnings

from abqpy.

Comments (5)

haiiliin avatar haiiliin commented on June 2, 2024 1

Great idea. The problem is that just some functions are just for type hints, but for some functions such as creating a step, we actually need to create a Step object and append to the Model object.

Indeed, most of the methods should have their own implementations, they are just haven't been implemented right now.

from abqpy.

Diogo-Rossi avatar Diogo-Rossi commented on June 2, 2024

Maybe there is another approach to suppress some warnings in type checker when writing the type hints,
even in common.py files.

By using ellipsis ... instead of pass, the type checker does not complain anymore.

image

In this case, I'm using pylance

image

from abqpy.

haiiliin avatar haiiliin commented on June 2, 2024

Great idea! Maybe we can replace all the pass statement to ..., and also add some comments such as TODO to indicatethat it should be implemented later on.

from abqpy.

haiiliin avatar haiiliin commented on June 2, 2024

@Diogo-Rossi Would you like to work on this?

from abqpy.

Diogo-Rossi avatar Diogo-Rossi commented on June 2, 2024

@Diogo-Rossi Would you like to work on this?

@haiiliin Sure, I will try to.

from abqpy.

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.