Fix device access list#282
Conversation
|
@JeanLucPons, I will look into it. A unit test exists for ranges but it's a bit basic. (test_ranges_array.py) |
|
OK thanks. |
|
In fact I will have to remove the fact that |
|
Yes, but implementing the sequence the way you did should correct this, thanks to the delegation to the inner list, right? |
|
In fact it does not work because the Aggregator has to update its internal structure when an item is added or removed. |
840b999 to
24c632f
Compare
|
This time it should be OK. |
This PR fix wrong implementation of
DeviceAccessListwhich was not performing well abstracted method checking.This PR requires pyaml-cs-oa fix that triggered the issue.
@gupichon I would like that you check carrefully the check the range checking which was not in unit test.
I cannot check myself while tango backend was not update.
Thanks