-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test spatialelement table join (#208)
* fixed all the non-cytassist images * refactor get_init_table_list * fix permutation * use join * use join for view * change hardcoded sample threshold * bunch of updates * adjust test * change into left join * change into left join * random hex colors * get actual index * change indices and adata * match rows left * fix joins * rename to vars * fix color by * fix radii * pass cs * fix _calc_default_radii() * fix tests * improve speed test * removed comments * added code to show circles as ellipses * correct point layer size after scaling * fix labels color by * fix mibitof example * last bug fixes * initial step points columns * add dask import back * fix points columns --------- Co-authored-by: wmv_hpomen <[email protected]> Co-authored-by: Wouter-Michiel Vierdag <[email protected]>
- Loading branch information
1 parent
cb1f6c4
commit 8f9ac6a
Showing
15 changed files
with
514 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
POLYGON_THRESHOLD = 100 | ||
POINT_THRESHOLD = 100000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.