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

Unscripted Testing Workspace Groups #16187

Closed
NickDraper opened this issue May 12, 2016 · 6 comments
Closed

Unscripted Testing Workspace Groups #16187

NickDraper opened this issue May 12, 2016 · 6 comments
Assignees
Milestone

Comments

@NickDraper
Copy link
Contributor

NickDraper commented May 12, 2016

  1. Read http://www.mantidproject.org/Unscripted_Manual_Testing
  2. Comment against this ticket the OS environment you are testing against.
  3. Don't spend more than a few hours on the testing as fatigue will kick in.
  4. If you find errors in the possibly scant documentation, then correct them.
  5. Close the this ticket once you are done.

If you find bugs:

  • Search to see if an issue already exists
  • create an issue if it is new
    • Urgent bugs or crashes should by against the current release, and assigned to a developer, then go and talk to the developer if possible.
    • Less urgent bugs should be against a subsequent release, and assigned if the correct developer is known.

Specific Notes:

  • Ensure MantidPlot displays Group Workspaces correctly in the workspace tree
  • Ensure the "Plot as surface" and "plot as contour" options seen when right-clicking on a GroupWorkspace in MantidPlot work correctly
@NickDraper NickDraper added this to the Release 3.7 milestone May 12, 2016
@NickDraper NickDraper self-assigned this May 17, 2016
@NickDraper
Copy link
Contributor Author

windows 7

@NickDraper
Copy link
Contributor Author

This works really nicely, the group plotting features are very good.

@FedeMPouzols
Copy link
Contributor

Note that, not about plotting but manipulation of workspace groups in general, there are a number of glitches that sometimes cause crashes or bad behavior with algorithms: #10709, #11361, #14249, #8652, and more in an old comment here: http://trac.mantidproject.org/mantid/ticket/6408.

@NickDraper NickDraper reopened this Sep 16, 2016
@NickDraper NickDraper modified the milestones: Release 3.7, Release 3.8 Sep 16, 2016
@NickDraper NickDraper removed their assignment Sep 16, 2016
@DavidFair DavidFair self-assigned this Sep 20, 2016
@DavidFair
Copy link
Contributor

CreateSampleWorkspace(OutputWorkspace='bob', Function='User Defined', UserDefinedFunction='name=LinearBackground,A0=3.22542,A1=-0.0633193')
CreateSampleWorkspace(OutputWorkspace='bob1', Function='User Defined', UserDefinedFunction='name=LinearBackground,A0=3.22542,A1=-0.0633193')
CreateSampleWorkspace(OutputWorkspace='bob2', Function='User Defined', UserDefinedFunction='name=LinearBackground,A0=3.22542,A1=-0.0633193')
CreateSampleWorkspace(OutputWorkspace='bob3', Function='User Defined', UserDefinedFunction='name=LinearBackground,A0=3.22542,A1=-0.0633193')
GroupWorkspaces(InputWorkspaces='bob,bob1,bob2,bob3', OutputWorkspace='NewGroup')
RenameWorkspace(InputWorkspace='bob1', OutputWorkspace='bob')
  • Attempting to Plot a contour from a group will result in the exception Xmode is not BinEdges

@DavidFair
Copy link
Contributor

Following me previous comment we have opened #17551 and postponed it to release 3.9 as the incorrect behaviour is also present in the current release 3.7.2.

Everything else works well.
Windows 10.

@AntonPiccardoSelg
Copy link
Contributor

GroupWorkspaces seem to be fine. I found one item which is worth investigating #18534
Tested Nightly Release from 23/01/2007 on Windows 7

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

No branches or pull requests

4 participants