lava icon indicating copy to clipboard operation
lava copied to clipboard

Refactor ImplicitVarPorts usage

Open PhilippPlank opened this issue 3 years ago • 1 comments

Objective of issue: ImplicitVarPort objects are added to ProcModel classes as attributes when RefPorts are connected through connect_var(). This needs to be changed to PyVarPort objects instead.

Lava version:

  • [ ] 0.4.0 (feature release)
  • [ ] 0.3.1 (bug fixes)
  • [x] 0.3.0 (current version)
  • [ ] 0.2.0
  • [ ] 0.1.2

I'm submitting a ...

  • [ ] bug report
  • [ ] feature request
  • [ ] documentation request

Current behavior:

  • ImplicitVarPort objects are added to ProcModel classes as attributes when RefPorts are connected through connect_var().

Expected behavior:

  • Corresponding PyVarPort objects should be added to ProcModel classes as attributes when RefPorts are connected through connect_var().

PhilippPlank avatar Jun 09 '22 17:06 PhilippPlank

@PhilippPlank Is this still an issue?

tim-shea avatar Jan 17 '24 18:01 tim-shea