Skip to content

Commit

Permalink
moved all_same to utils
Browse files Browse the repository at this point in the history
Former-commit-id: ba5f15d
  • Loading branch information
ljchang committed Nov 12, 2017
1 parent f8e3f05 commit cfcdd69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nltools/data/design_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,6 @@ def add_dct_basis(self,duration=180):

return out

def all_same(items):
return np.all(x == items[0] for x in items)

def _vif(X, y):
"""
DEPRECATED
Expand Down

0 comments on commit cfcdd69

Please sign in to comment.