Changes between Version 1 and Version 2 of Ticket #1293, comment 1


Ignore:
Timestamp:
Jul 31, 2019, 8:25:42 AM (5 years ago)
Author:
Vlad Merticariu

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1293, comment 1

    v1 v2  
    33{{{
    44select condense + over i in [0:4]
    5    using a[0:99,0:99,i]
    6    where avg_cells(a[0:99,0:99,i]) > 30
     5    where avg_cells(a[0:99,0:99,i[0]]) > 30
     6    using a[0:99,0:99,i]
    77from test_grey3d as a
    88}}}