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

941 append scaling to ws name #951

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2023

  1. Introduced class that appends to suffixes to workspaces

    The new class WorkspaceNameAppender returns the changed workspace name for 4 operations:
    Sum, Subtract, Scale and Rebose.
    This implementation makes it easier to change the naming conventions if needed.
    Altered tests to import this class, so that tests get updated if naming convention changes.
    GuiMacielPereira committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ab02ddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ded70 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Changed main ws operations and started looking into hidden ws

    - Altered class for ws name handling of ws operatiosn
    - Started looking into other sections of code where names of ws are altered
    - Changed some parts of algorithm wrapper and scripting files
    - Currently it's a mess because I don't understand what these routines are doing yet
    GuiMacielPereira committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1719bff View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Changed methods to suitable variable names

    - Named methods in WorkspaceNameHandler according to their function
    - replaced several parts of code with new methods
    GuiMacielPereira committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0f687d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6b9d1b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Changed naming of scaling ws and added two more methods

    - Removed '.' from workspaces names because might cause trouble with mantid
    - Added two methods for appending sufixes to workspaces
    GuiMacielPereira committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5a703ca View commit details
    Browse the repository at this point in the history
  2. Updated unit tests

    - Checked that changing the suffixes in my code makes tests fail
    - The prefixes '__MSL', '__MSLTMP' and suffix '_HIDDEN' are not covered by the unit tests
    GuiMacielPereira committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b9b4a0c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Fixed ws names for scaling

    - Prevented scaling factor in workspace names from having more than 2 decimal places
    GuiMacielPereira committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    37beb37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    633ea86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda5254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83ba1b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2b2527 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abdb380 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    4e214dc View commit details
    Browse the repository at this point in the history
  2. Fixed Flake8 issues

    GuiMacielPereira committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9883cf5 View commit details
    Browse the repository at this point in the history
  3. Revert "Fixed Flake8 issues"

    This reverts commit 9883cf5.
    GuiMacielPereira committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    84d3fe7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfe981a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    9a68e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f29879e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b12bdc View commit details
    Browse the repository at this point in the history