Skip to content

Commit d0de183

Browse files
committed
CLN: remove obsolete comment
1 parent e485fd8 commit d0de183

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

larray/core/array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2669,7 +2669,6 @@ def dump(self, header=True, wide=True, value_name='value', light=False, axes_nam
26692669
# array is not of object dtype (the usual case).
26702670

26712671
# flatten all dimensions except the last one
2672-
# same fix should be applies in as_table above (it uses tolist too)
26732672
res2d = ensure_no_numpy_type(self.data.reshape(-1, self.shape[-1]))
26742673
else:
26752674
if not self.ndim:

0 commit comments

Comments
 (0)