Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed Apr 16, 2024
1 parent 8057bcf commit 1b9897f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neospy/population/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def sample_orbits(filt, n_samples, bandwidth=0.05, seed=42):
h_mag = np.zeros(len(data))
filt_bool = filt(data.peri_dist, data.ecc, h_mag)
filt_bool = filt_bool & (data.incl >= 0.0)
data['epoch'] = epoch
data["epoch"] = epoch
if len(data[filt_bool]) >= n_samples:
data["peri_arg"] %= 360
data["lon_node"] %= 360
Expand Down

0 comments on commit 1b9897f

Please sign in to comment.