Skip to content

Commit

Permalink
API/TST: add tests for new copy/view behaviour (#46979)
Browse files Browse the repository at this point in the history
* API/TST: add tests for new copy/view behaviour

* fixes for non-CoW cases

* move test file to tests/copy_view

* split into multiple files

* Fix tests for ArrayManager case

* fix type checking

* may_share_memory -> shares_memory

* update pandas imports

* add test for iloc/low with row+column indexer

* user helper to get column values to assert np.shares_memory

* fix typing

* handle new iloc inplace deprecation warnings

* handle new iloc deprecation warnings for ArrayManager
  • Loading branch information
jorisvandenbossche committed May 31, 2022
1 parent 9289c46 commit b913935
Show file tree
Hide file tree
Showing 4 changed files with 788 additions and 0 deletions.
Empty file.
Loading

0 comments on commit b913935

Please sign in to comment.