Giter Site home page Giter Site logo

Comments (8)

stuarteberg avatar stuarteberg commented on June 28, 2024

Eliminate "unecessary controls" (e.g. roi selection). Test all remaining controls in the window.... ideally in a unit test.

from ilastik.

akreshuk avatar akreshuk commented on June 28, 2024

it takes a very long time for the initial widget to come up and the gui is not responsive at that time. This does not fell right.

from ilastik.

akreshuk avatar akreshuk commented on June 28, 2024

When trying to export a 2d image to png, it just hangs.

from ilastik.

thorbenk avatar thorbenk commented on June 28, 2024

The reason for "it just hangs" was wrong lazyflow usage, where the entire data was requested before instantiating the dialog.

from ilastik.

ukoethe avatar ukoethe commented on June 28, 2024

Buote re-wrote the dialog, but the tests are still missing. => Assigned to Buote.

from ilastik.

akreshuk avatar akreshuk commented on June 28, 2024

Would be good to have better command line progress info or remove it altogether. And replace the ETA abbreviation by something meaningful.

from ilastik.

stuarteberg avatar stuarteberg commented on June 28, 2024

The most recent iteration of the export window needs unit tests. A quick example of how to begin writing such a test can be found in the if __name__ == "__main__": section of dataExportOptionsDlg.py.

The test should verify:

  • That the dialog configures the operator with the expected settings.
  • That the dialog does not crash

The test does not need to verify:

  • That the export actually works (this is done in a test of the export operator in lazyflow)

from ilastik.

stuarteberg avatar stuarteberg commented on June 28, 2024

@kamay did a lot of testing here, and the underlying operators also have some unit tests. Looks good enough to me.

from ilastik.

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.