test_config_defs.py

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
No, it won't cause an error. The execute() function checks for the leahi-common folder existence first, if it does not exists, it returns, skipping the whole update process. Not everyone have acces...

No, it won't cause an error. The execute() function checks for the leahi-common folder existence first, if it does not exists, it returns, skipping the whole update process.
Not everyone have access to that folder and a whl file don't need to run the update every time, it's more like for those who develop the code.

Also if it's not at the very beginning, the enums will be processed in the next imports, and updating them afterwards is meaningless as it won't reflect in the running code. The files needs to be updated before any other object tries to call them to make an instance.

This will be called when a user imports leahi-dialin, right? ( import leahi-dialin ) and thus cause a traceback cause the user wont have the path to the header files required for this execute call....

This will be called when a user imports leahi-dialin, right? ( import leahi-dialin ) and thus cause a traceback cause the user wont have the path to the header files required for this execute call.

suggest keeping the call in if _name_ == '_main_': of enum_update and running that

fixed

fixed

Fix typo

Fix typo

LEAHI-DIALIN-LDT-5205_[DD] Update NVM records architecture in Dialin
LEAHI-DIALIN-LDT-5205_[DD] Update NVM records architecture in Dialin
LEAHI-DIALIN-LDT-4873_(Request) Add config to disable conductive level sensor fault
LEAHI-DIALIN-LDT-4873_(Request) Add config to disable conductive level sensor fault
LEAHI-DIALIN-LDT-4612_Dialysate Composition (Dry Bicarbonate) - FW Iteration - 4/1:
LEAHI-DIALIN-LDT-4612_Dialysate Composition (Dry Bicarbonate) - FW Iteration - 4/1:
dd_enum_repository -> fp_enum_repository

dd_enum_repository -> fp_enum_repository

fixed thanks

fixed thanks

fixed thanks

fixed thanks

2 blank lines, to keep structure, thank you

2 blank lines, to keep structure, thank you

Please update the location to fp_enum_repository as P9 is an FP sensor.

Please update the location to fp_enum_repository as P9 is an FP sensor.

Add blank line as required.

Add blank line as required.

fixed. thanks!

fixed. thanks!

LEAHI-DIALIN-LDT-4485_(DD) Conductivity sensors (D17 and D27 ) not working consisitently
LEAHI-DIALIN-LDT-4485_(DD) Conductivity sensors (D17 and D27 ) not working consisitently
I would like to ask to check out the substitution pump on the develop branch and update it based on that. There are some changes thanks to the merging of the refactor.

I would like to ask to check out the substitution pump on the develop branch and update it based on that.
There are some changes thanks to the merging of the refactor.