nenes82

Results 4 comments of nenes82

Hello, My class: ``` class PluginxxxAsset extends \DbTestCase{ public function beforeTestMethod($method) { global $DB; parent::beforeTestMethod($method); $config = new \PluginxxxConfig; switch($method) { case 'testDataOK': $config->add(['id' => 1, 'endpoint' => '127.0.0.1:8020', 'user'...

Ok, No problem ;) Yes I use xdebug. I will make the same test as you.

Hello, The data of left/right power phase get with a python script are like : (347.3437554272462, 201.0937531420899, 212.34375331787115, 94.218751472168). The problem it is may be its type ? (uint8)

Hello, my problem was that the scale value is 0,711111. I replaced comma by a dot and it's ok ! May be there is a better solution to convert value...