Giter Club home page Giter Club logo

Comments (8)

jleibs avatar jleibs commented on July 17, 2024

Things to investigate:

  • egui_plots has been updated
  • aspects of fallback values have been changed that could cause us to be sending different data to egui_plots in this case.

from rerun.

Wumpf avatar Wumpf commented on July 17, 2024

that's a debug assertion only, fixed it for the time series chart already but didn't realize there it was new

from rerun.

emilk avatar emilk commented on July 17, 2024

We also hit a debug_assertion just loading the plots example

from rerun.

emilk avatar emilk commented on July 17, 2024

fixed it for the time series chart already but didn't realize there it was new

@Wumpf is referring to https://github.com/rerun-io/rerun/pull/6639/files

I don't really understand why scalar_axis.component_or_fallback::<Range1D> returns an inverted range though

from rerun.

emilk avatar emilk commented on July 17, 2024

I believe this has something to do with empty plots, and how to pick bounds for such plots

from rerun.

Wumpf avatar Wumpf commented on July 17, 2024

Doesn't have to be inverted, a zero size range is enough to trigger the assertion. (A user may though provide an inverted range, we have to guard for that as well)

from rerun.

emilk avatar emilk commented on July 17, 2024

When I run check_all_components_ui.py, scalar_axis.component_or_fallback::<Range1D> returns the range (3.0000000000000004, 3.0) - I wan't to understand why.

from rerun.

emilk avatar emilk commented on July 17, 2024

I suspect this is to blame:

*range.start_mut() = next_up_f64(range.end());

I'll clean this up

from rerun.

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.