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

Workbench disappears on SaveNexusProcessed #38090

Open
jclarkeSTFC opened this issue Sep 27, 2024 · 0 comments
Open

Workbench disappears on SaveNexusProcessed #38090

jclarkeSTFC opened this issue Sep 27, 2024 · 0 comments
Labels
Bug Issues and pull requests that are regressions or would be considered a bug by users (e.g. crashing) ISIS Team: Core Issue and pull requests managed by the Core subteam at ISIS ISIS Team: LSS Issue and pull requests managed by the LSS subteam at ISIS Reported By User Issues that were found or highlighted by a user/scientist SANS Issues and pull requests related to SANS

Comments

@jclarkeSTFC
Copy link
Contributor

Original reporter: Lauren Matthews/ISIS

Describe the bug

Run this script, say good night to Workbench:

w1=Load("SANS2D00089445.nxs",LoadMonitors=True)
w2=FilterByLogValue('w1','Julabo_1_ext',50,55)
w3=Rebin(w2,'0.0,100.0,10000.0',PreserveEvents=False)
w4=1.0*mtd['w1_monitors']
ConjoinWorkspaces('w4','w3')
SaveNexusProcessed('w4',"SANS2D00089445-temp6.nxs")

Further info:

this code crashes my mantid session
if i change the third line to:
w3=Rebin(w2,'0.0,100.0,100000.0',PreserveEvents=False)
then it behaves itself.

Expected behavior

No crash

Platform/Version (please complete the following information):

  • OS: Windows
  • OS Version: 10, 11
  • Mantid Version 6.9, 6.10
@jclarkeSTFC jclarkeSTFC added Bug Issues and pull requests that are regressions or would be considered a bug by users (e.g. crashing) ISIS Team: Core Issue and pull requests managed by the Core subteam at ISIS Reported By User Issues that were found or highlighted by a user/scientist SANS Issues and pull requests related to SANS ISIS Team: LSS Issue and pull requests managed by the LSS subteam at ISIS labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues and pull requests that are regressions or would be considered a bug by users (e.g. crashing) ISIS Team: Core Issue and pull requests managed by the Core subteam at ISIS ISIS Team: LSS Issue and pull requests managed by the LSS subteam at ISIS Reported By User Issues that were found or highlighted by a user/scientist SANS Issues and pull requests related to SANS
Projects
Status: No status
Development

No branches or pull requests

1 participant