Skip to content

Commit

Permalink
updated correlation.py to correlations.py to avoid import clash (#834)
Browse files Browse the repository at this point in the history
* updated correlation.py to correlations.py to avoid import clash

* updated test_correlation to test_correlations

* stopped tracking deleted files

Co-authored-by: David Alonso <dam.phys@gmail.com>
  • Loading branch information
jablazek and damonge committed Dec 10, 2020
1 parent 7d551f0 commit 593ed60
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyccl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# Useful constants and unit conversions
physical_constants = lib.cvar.constants

from .correlation import (
from .correlations import (
correlation, correlation_3d, correlation_multipole, correlation_3dRsd,
correlation_3dRsd_avgmu, correlation_pi_sigma)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 593ed60

Please sign in to comment.