Skip to content

Commit

Permalink
Merge branch 'cemosis' into 27-update-test-from-cemosis-submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm authored Jan 5, 2023
2 parents d849098 + b6c691a commit 41eae82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def test():
####################################################
collectionProblemData = CPD.CollectionProblemData()
# ADD? DOE = SCENARIO1 SCENARIO2 ... SCENARIO10
collectionProblemData.addVariabilityAxis('mu1',float,description="my_parameter")
collectionProblemData.defineQuantity("P", full_name="pressure", unit="Pa")
collectionProblemData.AddVariabilityAxis('mu1',float,description="my_parameter")
collectionProblemData.DefineQuantity("P", full_name="pressure", unit="Pa")

nbOfComp = 1
nbOfNodes = 10906
Expand Down

0 comments on commit 41eae82

Please sign in to comment.