Skip to content

Commit

Permalink
Change to NotImplementedError for abstract function
Browse files Browse the repository at this point in the history
  • Loading branch information
ybillchen committed Aug 20, 2024
1 parent 968a974 commit 0092d64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions galpy/df/streamspraydf.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,7 @@ def spray_df(self, xyzpt, vxyzpt, dt):
vxst, vyst, vzst : array, shape (N,)
Velocities of points on the stream in the progenitor coordinates.
"""
warnings.warn("Not implemented!", NotImplementedError, stacklevel=1)
pass
raise NotImplementedError


class chen24spraydf(basestreamspraydf):
Expand Down

0 comments on commit 0092d64

Please sign in to comment.