Skip to content

Commit

Permalink
switch to nSegments = 8 (default pygfunction)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneMeertens committed Sep 25, 2024
1 parent a445399 commit f82a8aa
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_1a_6h_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -180,7 +180,7 @@ def test_1a_6h_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -306,7 +306,7 @@ def test_1a_1h_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -386,7 +386,7 @@ def test_1a_1h_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_1b_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {'nSegments': 8,
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -186,7 +186,7 @@ def test_1b_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {'nSegments': 8,
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_2_6h_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -177,7 +177,7 @@ def test_2_6h_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_3_6h_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -190,7 +190,7 @@ def test_3_6h_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_4_sensitivity_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -301,7 +301,7 @@ def test_4_sensitivity_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -396,7 +396,7 @@ def test_4_sensitivity_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -488,7 +488,7 @@ def test_4_sensitivity_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -583,7 +583,7 @@ def test_4_sensitivity_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -678,7 +678,7 @@ def test_4_sensitivity_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -773,7 +773,7 @@ def test_4_sensitivity_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -868,7 +868,7 @@ def test_4_sensitivity_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_4_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down Expand Up @@ -180,7 +180,7 @@ def test_4_ste():
'rho_cp_pipe': rho_cp_pipe,
}

options = {'nSegments': 12,
options = {
'disp': False,
'profiles': True,
'method': 'equivalent',
Expand Down

0 comments on commit f82a8aa

Please sign in to comment.