Skip to content

Commit

Permalink
Merge pull request #1 from deep-introspection/master
Browse files Browse the repository at this point in the history
Solve missing warn error
  • Loading branch information
Wrzlprmft authored Oct 15, 2021
2 parents bd54f91 + aebf98c commit 94fff4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chspy/_chspy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
from bisect import insort, bisect_left
from warnings import warn

def rel_dist(x,y):
x = np.asarray(x)
Expand Down

0 comments on commit 94fff4d

Please sign in to comment.