Skip to content

RangeSelector1D object has no attribute 'copy' in create_scool #395

Answered by nvictus
bskubi asked this question in Q&A
Discussion options

You must be logged in to vote

The bin and pixel tables need to be materialized into dataframes (calling c.bins() and c.pixels() return "selectors").

bins[id] = c.bins()[:]
pixels[id] = c.pixels()[:]

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nvictus
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #394 on March 03, 2024 00:14.