Skip to content

LSQR allocate buffer data does not work with SIRF objects #2292

@paskino

Description

@paskino

Description

self.tmp_range = data.geometry.allocate(None) #2 range
self.tmp_domain = self.x.geometry.allocate(None) #4 domain

A SIRF data container does not have a member geometry therefore these lines will fail. However, the same buffer can be allocated by getting the domain and range of the operator

Environment

import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions