Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxbin
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor 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
Aerospace and Mechanical Engineering
linuxbin
Commits
e59c50dd
Commit
e59c50dd
authored
1 year ago
by
Boman Romain
Browse files
Options
Downloads
Patches
Plain Diff
remove new battery usage
parent
c2e9719d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
comp.py
+4
-2
4 additions, 2 deletions
comp.py
with
4 additions
and
2 deletions
comp.py
+
4
−
2
View file @
e59c50dd
...
...
@@ -283,10 +283,12 @@ class CompJob(ParametricJob):
def
checkResults
(
self
):
# pars indep
os
.
chdir
(
'
oo_metaB/bin
'
)
print
(
"
diff
'
ing results
"
)
cmd
=
"
%s battery.py diffTSC
"
%
self
.
pars
[
'
PYTHONEXE
'
].
val
# cmd="%s battery.py diffTSC" % self.pars['PYTHONEXE'].val # <= future battery.py (using TSC)
cmd
=
"
%s battery.py diff
"
%
self
.
pars
[
'
PYTHONEXE
'
].
val
print
(
"
checkResults: cmd = %s
"
%
cmd
)
os
.
system
(
cmd
)
file
=
'
verif/%s-diffsTSC.html
'
%
machineid
()
# file='verif/%s-diffsTSC.html' % machineid() # <= future battery.py (using TSC)
file
=
'
verif/%s-diffs.html
'
%
machineid
()
print
(
"
verif file name = %s
"
%
file
)
#self.mailhtml(file, "html report")
self
.
mailHtmlAsAttachement
(
file
,
"
html report
"
)
...
...
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