Skip to content

Commit

Permalink
Merge 54c118c into d8fdeab
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Oct 27, 2019
2 parents d8fdeab + 54c118c commit 638676c
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 375 deletions.
4 changes: 2 additions & 2 deletions src/cr/cube/cubepart.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ class _Slice(CubePartition):
"""2D cube partition.
A slice represents the cross-tabulation of two dimensions, often, but not
necessarily contributed by two different variables. A CA variable has two dimensions
which can be crosstabbed in a slice.
necessarily contributed by two different variables. A single CA variable has two
dimensions which can be crosstabbed in a slice.
"""

def __init__(self, cube, slice_idx, transforms, population, mask_size):
Expand Down
Loading

0 comments on commit 638676c

Please sign in to comment.