driplineorg / dripline-python

python implementation of project8/dripline
Apache License 2.0
3 stars 6 forks source link

Passed Configuration-Dictionary is inconsistent and not documented #147

Open MaximAstaschov opened 1 year ago

MaximAstaschov commented 1 year ago

When trying to declare an object of the Interface class of Dripline.core you have to pass a python-dictionary that isn't properly documented. You can find information on it in dripline-python/module_bindings/dripline_core/core_pybind.hh but the naming isn't consistent either. F.e. the authentification file is passed through auth-file and not through auth_file like it's defined in core_pybind.hh.