AllenNeuralDynamics / AllenNeuralDynamics/one-liner
Support Loading from Config
- 主要言語
- Python
- スター
- 3
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
We'd like to configure RouterServer Streamer feature solely from a config if the function arguments are all literal types. Bonus: if we can use a similar schema structure returned when we call `get_stream_configurations`.
Something like:
```python
periodic_streams': {'prototome_stage_positions': {'enabled': True,
'encoding': 'pickle',
'instance': 'prototome_cd',
'callable': 'get_positions',
'args': [],
'kwds': {},
'frequency_hz': 10.0}
```
We also want to be able to configure the client via config.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。