Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PTV
Manage
Activity
Members
Labels
Plan
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
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
Véronique LEGRAND
PTV
Commits
6a775b04
Commit
6a775b04
authored
4 years ago
by
Veronique Legrand
Browse files
Options
Downloads
Patches
Plain Diff
removed unuseful traces
parent
5c07cccc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_modules/main_utils.py
+5
-5
5 additions, 5 deletions
_modules/main_utils.py
with
5 additions
and
5 deletions
_modules/main_utils.py
+
5
−
5
View file @
6a775b04
...
@@ -231,7 +231,7 @@ class inputRawDataArgs:
...
@@ -231,7 +231,7 @@ class inputRawDataArgs:
self
.
paired
=
paired
self
.
paired
=
paired
self
.
host
=
host
self
.
host
=
host
self
.
nrt
=
nrt
self
.
nrt
=
nrt
print
(
"
self.nrt=
"
,
nrt
)
#
print("self.nrt=",nrt)
if
(
self
.
nrt
==
True
):
if
(
self
.
nrt
==
True
):
print
(
"
running nrt tests
"
)
print
(
"
running nrt tests
"
)
...
@@ -351,11 +351,11 @@ class technicalParms:
...
@@ -351,11 +351,11 @@ class technicalParms:
self
.
dir_seq_mm
=
dir_seq_mm
self
.
dir_seq_mm
=
dir_seq_mm
if
core
==
None
:
if
core
==
None
:
self
.
core
=
1
self
.
core
=
1
print
(
"
mean=
"
,
mean
)
#
print("mean=",mean)
print
(
"
self.core=
"
,
self
.
core
)
#
print("self.core=",self.core)
self
.
limit_coverage
=
max
(
50
,
mean
*
2
)
/
float
(
self
.
core
)
self
.
limit_coverage
=
max
(
50
,
mean
*
2
)
/
float
(
self
.
core
)
print
(
self
.
limit_coverage
)
#
print(self.limit_coverage)
print
(
type
(
self
.
limit_coverage
))
#
print(type(self.limit_coverage))
if
gpu
==
True
and
self
.
core
>
1
:
if
gpu
==
True
and
self
.
core
>
1
:
print
(
"
Choose either multicore or gpu!
"
)
print
(
"
Choose either multicore or gpu!
"
)
exit
(
1
)
exit
(
1
)
...
...
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