Skip to content
Snippets Groups Projects
Commit 46e5a347 authored by martinRenou's avatar martinRenou
Browse files

Change default value for the power

parent 486503a9
No related branches found
No related tags found
1 merge request!87Create PowerEvaluator data source
......@@ -4,7 +4,7 @@ from force_bdss.api import BaseDataSourceModel
class PowerEvaluatorModel(BaseDataSourceModel):
power = Float()
power = Float(1.0)
cuba_type_in = String()
cuba_type_out = String()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment