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

Update widget notebook to use essreduce (24.12) or later #194

Open
jokasimr opened this issue Jan 21, 2025 · 0 comments
Open

Update widget notebook to use essreduce (24.12) or later #194

jokasimr opened this issue Jan 21, 2025 · 0 comments

Comments

@jokasimr
Copy link
Contributor

Tried to update the dependencies in esssans. Doing that the docs build started failing with this error: https://github.com/scipp/esssans/actions/runs/12865207885/job/35868437664?pr=193.

# In user-guide/loki/workflow-widget-loki.ipynb
AttributeError                            Traceback (most recent call last)
Cell In[2], line 18
     16 # Enable DirectBeam input
     17 pbox._input_widgets[DirectBeam].children[0].enabled = True
---> 18 pbox._input_widgets[DirectBeam].children[0].wrapped._option_box.value = None
     19 # Adjust Q range
     20 pbox._input_widgets[QBins].children[0].fields["start"].value = 0.01

AttributeError: 'Checkbox' object has no attribute 'wrapped'

The error seems so be caused by breaking changes in essreduce somewhere between v24.10.3 and v24.12.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Selected
Development

Successfully merging a pull request may close this issue.

1 participant