Skip to content

Commit cde7f65

Browse files
use sep not pjw
1 parent 40287fc commit cde7f65

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

btk/deblend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import Dict, List, Optional, Tuple, Union
77

88
import numpy as np
9-
import sep_pjw as sep
9+
import sep
1010
from astropy import units
1111
from astropy.coordinates import SkyCoord
1212
from astropy.table import Table

btk/measure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import galsim
66
import numpy as np
7-
import sep_pjw as sep
7+
import sep
88
from galsim import GSObject
99

1010

@@ -37,7 +37,7 @@ def _get_single_ksb_ellipticity(
3737
output = (np.nan, np.nan)
3838
if verbose:
3939
print(
40-
f"Shear measurement error: '{res.error_message }'. \
40+
f"Shear measurement error: '{res.error_message}'. \
4141
This error may happen for faint galaxies or inaccurate detections."
4242
)
4343
return output

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ version = "1.0.7"
3030
requires-python = ">=3.9,<3.13"
3131
dependencies = [
3232
"galsim>=2.4.9",
33-
"sep_pjw>=1.3.7",
33+
"sep>=1.4.0",
3434
"surveycodex>=1.2.0",
3535
"numpy>=1.26.0",
3636
"fast3tree>=0.4.1",

0 commit comments

Comments
 (0)