Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: nomad: Histograms with NeXus data in App menus crashing #571

Open
rettigl opened this issue Mar 3, 2025 · 0 comments
Open

[Bug]: nomad: Histograms with NeXus data in App menus crashing #571

rettigl opened this issue Mar 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@rettigl
Copy link
Collaborator

rettigl commented Mar 3, 2025

Contact Details

[email protected]

What happened?

When a histogram pointing to a NeXus search term is added to a menu widget of an App, the Nomad GUI crashes.
This is the Menu definition:

                Menu(
                    title="Instrument",
                    items=[
                        MenuItemTerms(
                            quantity="data.ENTRY.INSTRUMENT.name__field#pynxtools.nomad.schema.Root#str",
                            width=12,
                            options=10,
                        ),
                        MenuItemHistogram(
                            x="data.ENTRY.INSTRUMENT.energy_resolution.resolution__field#pynxtools.nomad.schema.Root#float",
                        ),
                    ],
                ),

Image

Image

Relevant log output

@rettigl rettigl added the bug Something isn't working label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant