Marvin Steinke

Results 6 issues of Marvin Steinke

``` "backlight": { "device": "intel_backlight", "format": "L: {percent}%", "format-off": "L: off", "states": { "on": 1, "off": 0 }, }, ``` When in state "off", "L: 0%" instead of "L: off"...

For users who do not like to use conda, or e.g. for quick cloud executions, a seperate `requirements.txt` has been added for simple python venv support.

Instead of directly accessing a df like a list, pandas wishes to use `.iloc`

Currently, when starting an Actor or Controller ``` INFO | mosaik.scenario:start:280 - Starting "Actor" as "Actor-0" ... ``` is logged by mosaik. However, instead of "Actor-0" we want to display...

enhancement
not important

- Renamed Attributes: - `_actor_infos_ts` to`_state_ts` - `_actor_infos` to `_state` - Added Attribute and Properties: - `_time` for current sim time, thanks @Impelon closes #208 => `time` to get `_time`...

### What happened? | Metric | CPU Workload | GPU Workload | |-----------------------------------------------------------------------|--------------|--------------| | Dynamic Namespace:`sum(rate(kepler_container_joules_total{{container_namespace='test', mode='dynamic'}}[60s]))` | 50.322 | 379.493 | | Idle Namespace:`sum(rate(kepler_container_joules_total{{container_namespace='test', mode='idle'}}[60s]))` | 128.672 | 69.03...

kind/bug