ISISNeutronMuon / ISISNeutronMuon/p4pillon
Fix double wrap of initial value in SharedPV.open()
Open
bug
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
`p4pillon.server.raw.SharedPV.open()` double-wraps its initial value (wraps it once itself, then again inside the p4p open() it delegates to). This bug doesn't affect NTScalars, which why it hasn't been detected previously, but is expected to cause issues for `NTNDArray`/`NTTable`.
This was flagged by Claude while working on #50.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.