Skip to content

Commit

Permalink
Added small descriptive text and passed surveys as a measure_kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
thuiop authored and ismael-mendoza committed Jun 4, 2021
1 parent 12c2352 commit a61ff94
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 349 deletions.
1 change: 1 addition & 0 deletions btk/measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def __init__(
self.measure_kwargs = [{}] if measure_kwargs is None else measure_kwargs
for m in self.measure_kwargs:
m["channels_last"] = self.channels_last
m["surveys"] = self.draw_blend_generator.surveys

def __iter__(self):
"""Return iterator which is the object itself."""
Expand Down
Loading

0 comments on commit a61ff94

Please sign in to comment.