Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
P pyOPALTools
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1
    • Merge requests 1
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Code Review
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • OPAL
  • pyOPALTools
  • Issues
  • #82

Closed
Open
Created Apr 22, 2020 by frey_m@frey_mMaintainer

Sampler and Optimizer files of OPAL-2.2.0 cannot be loaded

Sampler and optimizer files that are generated with OPAL-2.2.0 cannot be loaded due to the version number. Adding the line

self.__version_support = {
    '2.1.0': self.__parse_version_2_1_0,
    '2.2.0': self.__parse_version_2_1_0         # OPAL-2.2.0 support
}

would fix the problem. However, we should do a more general approach in order to avoid this error in future.

Edited Apr 22, 2020 by frey_m
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking