Skip to content

Commit 8ea93ee

Browse files
paulneves77DrPaulSharp
authored andcommitted
indented code block, clarified non-vector comment, fixed typo, removed return in NDRebin __call__
1 parent d44ccdb commit 8ea93ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sasdata/transforms/NDrebin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def __init__(
190190

191191
def __call__(self):
192192
self.run()
193-
return self.binned_data
194193

195194
def run(self) -> None:
196195
"""Bin the data into the defined bins."""

0 commit comments

Comments
 (0)