Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
CIGALE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cigale
CIGALE
Commits
c961b931
Commit
c961b931
authored
Dec 21, 2018
by
Rodrigo González-Castillo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set dependency name from parsers to plot_types.
parent
54447118
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pcigale_plots/__init__.py
pcigale_plots/__init__.py
+4
-4
No files found.
pcigale_plots/__init__.py
View file @
c961b931
...
...
@@ -11,10 +11,10 @@ import sys
import
multiprocessing
as
mp
from
pcigale.session.configuration
import
Configuration
from
.p
arser
s.chi2
import
chi2
as
chi2_action
from
.p
arser
s.pdf
import
pdf
as
pdf_action
from
.p
arser
s.sed
import
sed
as
sed_action
from
.p
arser
s.mock
import
mock
as
mock_action
from
.p
lot_type
s.chi2
import
chi2
as
chi2_action
from
.p
lot_type
s.pdf
import
pdf
as
pdf_action
from
.p
lot_type
s.sed
import
sed
as
sed_action
from
.p
lot_type
s.mock
import
mock
as
mock_action
__version__
=
"0.1-alpha"
...
...
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