Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WindEnergyToolbox
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
mimc
WindEnergyToolbox
Commits
9f82011d
Commit
9f82011d
authored
6 years ago
by
Mads M. Pedersen
Browse files
Options
Downloads
Patches
Plain Diff
return log and stderr from htcfile.simulate
parent
19b0043f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!2
Merging from origin and a few changes
,
!1
CMOS Add Files Code
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wetb/hawc2/htc_file.py
+1
-0
1 addition, 0 deletions
wetb/hawc2/htc_file.py
with
1 addition
and
0 deletions
wetb/hawc2/htc_file.py
+
1
−
0
View file @
9f82011d
...
@@ -369,6 +369,7 @@ class HTCFile(HTCContents, HTCDefaults, HTCExtensions):
...
@@ -369,6 +369,7 @@ class HTCFile(HTCContents, HTCDefaults, HTCExtensions):
if
errorcode
or
'
Elapsed time
'
not
in
log
:
if
errorcode
or
'
Elapsed time
'
not
in
log
:
raise
Exception
(
str
(
stdout
)
+
str
(
stderr
))
raise
Exception
(
str
(
stdout
)
+
str
(
stderr
))
return
str
(
stdout
)
+
str
(
stderr
),
log
def
deltat
(
self
):
def
deltat
(
self
):
return
self
.
simulation
.
newmark
.
deltat
[
0
]
return
self
.
simulation
.
newmark
.
deltat
[
0
]
...
...
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