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


Ignore:
Timestamp:
Jul 31, 2019, 1:11:25 PM (5 years ago)
Author:
apercov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1293, comment 1

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