Skip to content

Commit

Permalink
Remove lines left in place in error
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Oct 1, 2024
1 parent 6a86575 commit d93d641
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scico/numpy/_blockarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ def prop_ba(self):
def _da_method_wrapper(method_name):
method = getattr(Array, method_name)

if method.__name__ is None or method.__qualname__ is None:
return method

# Don't try to set attributes that are None. Not clear why some
# functions/methods (e.g. block_until_ready) have None values
# for these attributes.
Expand Down

0 comments on commit d93d641

Please sign in to comment.