surf pyrogue generic memory module not compatible with rogue v2.12.0

XMLWordPrintable

    • Type: Bug
    • Resolution: resolved
    • Priority: Trivial
    • Component/s: SW
    • None

      Generic memory module does not support the checkAll attribute required by rogue >= v2.5.0
      https://github.com/slaclab/surf/blob/master/python/surf/misc/_GenericMemory
      def readBlocks(self, recurse=True, variable=None):

      rogue < v2.5.0
      def readBlocks(self, recurse=True, variable=None):

      rogue >= v2.5.0
      def readBlocks(self, recurse=True, variable=None, checkEach=False):

              Assignee:
              Larry Ruckman
              Reporter:
              Matthias Wittgen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: