Skip to content

Commit

Permalink
Rename corr*ex.py -> exec_corr*.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Sep 13, 2023
1 parent 802722e commit c6775b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions treecorr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
from .kkkcorrelation import KKKCorrelation, KKKCrossCorrelation
from .gggcorrelation import GGGCorrelation, GGGCrossCorrelation

from .corr2ex import corr2, print_corr2_params, corr2_valid_params, corr2_aliases
from .corr3ex import corr3, print_corr3_params, corr3_valid_params, corr3_aliases
from .exec_corr2 import corr2, print_corr2_params, corr2_valid_params, corr2_aliases
from .exec_corr3 import corr3, print_corr3_params, corr3_valid_params, corr3_aliases
File renamed without changes.
File renamed without changes.

0 comments on commit c6775b1

Please sign in to comment.