Skip to content

Commit

Permalink
FIX: exposed pmap to top-level module
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed May 1, 2017
1 parent ea27d46 commit 1e09ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skued/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__license__ = 'MIT'
__version__ = '0.2'


from .parallel import pmap
from .plot_utils import spectrum_colors
from .transformations import (affine_map, transform, change_of_basis, is_basis, translation_matrix,
is_rotation_matrix, rotation_matrix, translation_rotation_matrix,
Expand Down

0 comments on commit 1e09ab0

Please sign in to comment.