AllenNeuralDynamics / AllenNeuralDynamics/one-liner
Support Loading from Config
- Lingua principale
- Python
- Stelle
- 3
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.