CESNET / Nemea-Framework

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

Closed cejkato2 closed 1 year ago

cejkato2 commented 1 year ago

UniRec arrays were not set in UnirecTemplate.setFromDict() due to missing check for value sequence.

New test ArrayFromDict was prepared to check this feature.