Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
PyWake
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
Admin message
The Gitlab server is succesfully updated to version 17.10.3
Show more breadcrumbs
TOPFARM
PyWake
Merge requests
!269
allow TI as WindFarmModel call argument + add call arguments to SimulationResult
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
allow TI as WindFarmModel call argument + add call arguments to SimulationResult
update_timeseries
into
master
Overview
0
Commits
3
Pipelines
5
Changes
10
Merged
Mads M. Pedersen
requested to merge
update_timeseries
into
master
3 years ago
Overview
0
Commits
3
Pipelines
5
Changes
2
Expand
0
0
Merge request reports
Compare
version 2
version 4
4123d28e
3 years ago
version 3
97d3e73c
3 years ago
version 2
d92226e6
3 years ago
version 1
36084d49
3 years ago
master (base)
and
version 3
latest version
4b1b113a
3 commits,
3 years ago
version 4
4123d28e
2 commits,
3 years ago
version 3
97d3e73c
2 commits,
3 years ago
version 2
d92226e6
2 commits,
3 years ago
version 1
36084d49
1 commit,
3 years ago
Show latest version
2 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
py_wake/tests/test_wind_farm_models/test_enginering_wind_farm_model.py
+
1
−
0
Options
import
numpy
as
np
import
xarray
as
xr
import
pytest
from
py_wake.examples.data.iea37._iea37
import
IEA37_WindTurbines
,
IEA37Site
,
IEA37WindTurbinesDeprecated
from
py_wake
import
NOJ
,
Fuga
,
examples
Loading