Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cigale
CIGALE
Commits
03375155
Commit
03375155
authored
Jan 24, 2018
by
Médéric Boquien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove various imports that are never used.
parent
4e1b9963
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
7 deletions
+2
-7
pcigale/analysis_modules/__init__.py
pcigale/analysis_modules/__init__.py
+0
-2
pcigale/analysis_modules/pdf_analysis/__init__.py
pcigale/analysis_modules/pdf_analysis/__init__.py
+0
-2
pcigale/analysis_modules/savefluxes/__init__.py
pcigale/analysis_modules/savefluxes/__init__.py
+0
-1
pcigale/managers/parameters.py
pcigale/managers/parameters.py
+1
-1
pcigale/sed/__init__.py
pcigale/sed/__init__.py
+1
-1
No files found.
pcigale/analysis_modules/__init__.py
View file @
03375155
...
...
@@ -9,8 +9,6 @@ from importlib import import_module
import
os
import
shutil
import
numpy
as
np
from
astropy.table
import
Column
class
AnalysisModule
(
object
):
"""Abstract class, the pCigale analysis modules are based on.
...
...
pcigale/analysis_modules/pdf_analysis/__init__.py
View file @
03375155
...
...
@@ -26,13 +26,11 @@ reduced χ²) is given for each observation.
"""
from
collections
import
OrderedDict
import
ctypes
import
multiprocessing
as
mp
import
time
import
numpy
as
np
from
...utils
import
read_table
from
..
import
AnalysisModule
from
.workers
import
sed
as
worker_sed
from
.workers
import
init_sed
as
init_worker_sed
...
...
pcigale/analysis_modules/savefluxes/__init__.py
View file @
03375155
...
...
@@ -16,7 +16,6 @@ The data file is used only to get the list of fluxes to be computed.
"""
from
collections
import
OrderedDict
import
ctypes
import
multiprocessing
as
mp
import
time
...
...
pcigale/managers/parameters.py
View file @
03375155
...
...
@@ -9,7 +9,7 @@ import itertools
import
numpy
as
np
from
..utils
import
read_table
from
..warehouse
import
SedWarehouse
class
ParametersManager
(
object
):
"""Class to abstract the call to the relevant parameters manager depending
...
...
pcigale/sed/__init__.py
View file @
03375155
...
...
@@ -31,7 +31,7 @@ Such SED is characterised by:
import
numpy
as
np
from
numpy.core.multiarray
import
interp
# Compiled version
from
scipy.constants
import
c
,
parsec
from
scipy.constants
import
parsec
from
.
import
utils
from
.io.vo
import
save_sed_to_vo
...
...
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