Skip to content

Commit

Permalink
Update hierarc/LensPosterior/kin_constraints_composite.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshajib authored Jan 22, 2024
1 parent 4886c40 commit bfdc01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hierarc/LensPosterior/kin_constraints_composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def __init__(
)

@staticmethod
def arrays_check(array0, array1):
def _arrays_check(array0, array1):
if array0 is None or array1 is None:
return False
return len(array0) == len(array1) and len(array0) > 0
Expand Down

0 comments on commit bfdc01a

Please sign in to comment.