Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • prodimopy prodimopy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ProDiMo
  • prodimopyprodimopy
  • Issues
  • #41

Closed
Open
Created Oct 02, 2025 by Christian Rab@c.rabMaintainer

lazy reading for radial info for the line estimates.

The radial information is currently only read when one makes a call to getLineEstimate. However, if one used selectLineEstimates, for example, the radial info is not read. That can be a problem if one wants to directly access that (the rInfo will be None).

workaround

As a workaround, one can still make the additional call to getLineEstimate for each line.

better solution

Use a @property for the rInfo field, just like it is already done for other stuff. I think it should not have negative side effects. Then it is secured that rInfo will be filled if it is accessed and not read already.

Could be done in MR !43

Assignee
Assign to
Time tracking