Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
SWIFT
SWIFTsim
Commits
d56d6820
Commit
d56d6820
authored
6 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Correct colour for the SF communication tasks in the dependency graph script.
parent
515007da
No related branches found
No related tags found
1 merge request
!805
Communication tasks for on-the-fly star formation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/plot_task_dependencies.py
+1
-1
1 addition, 1 deletion
tools/plot_task_dependencies.py
with
1 addition
and
1 deletion
tools/plot_task_dependencies.py
+
1
−
1
View file @
d56d6820
...
@@ -162,7 +162,7 @@ def taskIsStars(name):
...
@@ -162,7 +162,7 @@ def taskIsStars(name):
"""
"""
if
"
stars
"
in
name
or
"
spart
"
in
name
:
if
"
stars
"
in
name
or
"
spart
"
in
name
:
return
True
return
True
if
"
sf_count
s
"
in
name
:
if
"
sf_count
"
in
name
:
return
True
return
True
return
False
return
False
...
...
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