Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
6b00af75
Commit
6b00af75
authored
Dec 02, 2013
by
Matthieu Muffato
Browse files
Not valid any more when counting the wasted memory (rounding errors)
parent
abdc13eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/generate_timeline.pl
scripts/generate_timeline.pl
+1
-1
No files found.
scripts/generate_timeline.pl
View file @
6b00af75
...
...
@@ -190,7 +190,7 @@ sub main {
$hash_curr_workers
{
$analysis_id
}
+=
$topup_hash
->
{
$analysis_id
};
$num_curr_workers
+=
$topup_hash
->
{
$analysis_id
};
}
die
if
sum
(
values
%hash_curr_workers
)
!=
$num_curr_workers
;
#
die
sum(values %hash_curr_workers)."!=$num_curr_workers"
if sum(values %hash_curr_workers) != $num_curr_workers;
next
if
$start_date
and
(
$event_date
lt
$start_date
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment