Skip to content

Commit 2db151d

Browse files
committed
comments
1 parent 2b9b737 commit 2db151d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

larray/core.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,7 @@
5555

5656
# * drop last year
5757
# la = la[time[:-1]] # <- implement this !
58-
# la = la[:,:,:,:,time[:-1]]
59-
# la = la.filter(time[:-1]) # <- implement this !
60-
# (equal to "la = la.filter(time=time[:-1])")
61-
# la = la.filter(geo='A25,A11')
62-
# la = la.filter(geo['A25,A11'])
63-
#
58+
6459
# * split unit tests
6560

6661
# * easily add sum column for a dimension

0 commit comments

Comments
 (0)