Fix output to named tuple member retrieval
Compare changes
Files
7@@ -12,7 +12,8 @@
@@ -29,7 +30,8 @@
@@ -45,7 +47,8 @@
@@ -56,7 +59,8 @@
This allows to properly initialise and use database views that uses python keywords as output name.
This will require an update to the replay found in https://gitlab.idiap.ch/beat/beat.examples/ to properly map the class output to the cls object member.
Fixes #16 (closed)