Nemea framework is the heart of the Nemea system. It contains implementation of common communication interfaces, UniRec data format and useful datastructures and algorithms.
11
stars
24
forks
source link
pytrap: add capability to set arrays from dict #209
UniRec arrays were not set in UnirecTemplate.setFromDict() due to missing check for value sequence.
New test ArrayFromDict was prepared to check this feature.