Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TopFarm2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TOPFARM
TopFarm2
Commits
9e9fae26
There was a problem fetching the pipeline summary.
Commit
9e9fae26
authored
6 years ago
by
Mads M. Pedersen
Browse files
Options
Downloads
Patches
Plain Diff
fix testing issue
parent
a0a25828
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!42
- multistart with position shufling implemented
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
topfarm/cost_models/utils/aep_calculator.py
+0
-7
0 additions, 7 deletions
topfarm/cost_models/utils/aep_calculator.py
topfarm/multistart.py
+1
-1
1 addition, 1 deletion
topfarm/multistart.py
with
1 addition
and
8 deletions
topfarm/cost_models/utils/aep_calculator.py
+
0
−
7
View file @
9e9fae26
'''
Created on 19/04/2018
@author: Mads
'''
import
os
import
numpy
as
np
from
topfarm.cost_models.fused_wake_wrappers
import
FusedWakeGCLWakeModel
from
topfarm.cost_models.utils.wind_resource
import
WindResource
...
...
This diff is collapsed.
Click to expand it.
topfarm/multistart.py
+
1
−
1
View file @
9e9fae26
...
...
@@ -57,7 +57,7 @@ def single_start_example(id, maxiter=5, plot_comp=None):
def
try_me
():
if
__name__
==
'
__main__
'
:
print
(
run
(
4
,
single_start_example
)[
0
])
print
(
run
(
4
,
single_start_example
)[
0
]
,
2
)
print
(
single_start_example
(
0
,
10
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment