Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • BornAgain BornAgain
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 196
    • Issues 196
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mlzmlz
  • BornAgainBornAgain
  • Issues
  • #310
Closed
Open
Issue created Jun 09, 2022 by Mikhail Svechnikov@m.svechnikovMaintainer

GUI: crash on mixing axes units in "Fit 2D Data" presentation

It is mentioned in #288 (closed) that Fit 2D Data presentation may show plots with different axes units and color schemes. This happens if we go to Heat Map presentation and change units/colors. Units/colors are applied to the simulated data only, so when we go back to Fit 2D Data we see the mixture.

The differential data still can be calculated, as far as the real and simulated data has same dimensions. But in the commit e9b6fa3e the condition hasSameSizes was changed to hasSameShape that also includes axes units. This lead to crash with ASSERT(false) when we go to Heat Map, change units and go back to Fit 2D Data.

Edited Jun 09, 2022 by Mikhail Svechnikov
Assignee
Assign to
Time tracking