Closed luis-camero closed 1 year ago
Battery has two parameters:
model
configuration
The generic platform has unkown model and unknown configuration.
unkown
unknown
Sample
cc = ClearpathConfig(path) model = cc.platform.battery.model configuration = cc.platform.battery.configuration
@luis-camero can the failing CI be fixed? It looks like it is working correctly.
I've been able to reproduce the errors locally using pytest but I haven't found a solution yet.
pytest
Battery has two parameters:
model
: the type of batteryconfiguration
: the configuration of the battery i.e. number in series and parallel.The generic platform has
unkown
model andunknown
configuration.Sample