Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
iPPIDB
ippidb-web
Commits
13077101
Commit
13077101
authored
5 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
reformat and remove unneeded import
parent
0f3205bd
No related branches found
No related tags found
1 merge request
!13
Master
Pipeline
#27038
passed
5 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ippisite/ippidb/admin.py
+1
-1
1 addition, 1 deletion
ippisite/ippidb/admin.py
ippisite/ippidb/tasks.py
+1
-1
1 addition, 1 deletion
ippisite/ippidb/tasks.py
with
2 additions
and
2 deletions
ippisite/ippidb/admin.py
+
1
−
1
View file @
13077101
...
...
@@ -29,7 +29,7 @@ from .models import (
Contribution
,
Job
,
)
from
.tasks
import
launch_validate_contributions
,
launch_plots_computing
from
.tasks
import
launch_validate_contributions
class
ViewOnSiteModelAdmin
(
admin
.
ModelAdmin
):
...
...
This diff is collapsed.
Click to expand it.
ippisite/ippidb/tasks.py
+
1
−
1
View file @
13077101
...
...
@@ -405,4 +405,4 @@ def launch_plots_computing(self):
This task will perform the computing of LE-LLE and PCA plots.
"""
workflow
=
chain
(
run_le_lle_plot
.
si
(),
run_pca_plot
.
si
())
workflow
.
delay
()
\ No newline at end of file
workflow
.
delay
()
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