Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
skamann
pampelmuse
Commits
fe33cb50
Commit
fe33cb50
authored
Jan 12, 2021
by
skamann
Browse files
Fixed bug in SUBTRES
parent
61d5ede1
Changes
1
Hide whitespace changes
Inline
Side-by-side
pampelmuse/core/make_residual_cube.py
View file @
fe33cb50
...
...
@@ -272,7 +272,7 @@ class MakeResidualsCube(FitCube):
pool
=
Pool
(
n_cpu
,
initializer
=
init_worker
,
initargs
=
[
initial_arguments
])
else
:
pool
=
None
init_worker
(
*
initial_arguments
)
init_worker
(
initial_arguments
)
# prepare source catalog of _stellar_ sources
# note that the catalog content may change from layer to layer when no coordinate transformation is being used
...
...
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