Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More reliable MakieOutput #263

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

More reliable MakieOutput #263

wants to merge 2 commits into from

Conversation

rafaqz
Copy link
Member

@rafaqz rafaqz commented Oct 1, 2024

In this PR I'm hoping to fix a bunch of things with the MakieOutput to standardise workflows so things mostly just work.

First, the objects returned as frames should always be the identical typed. This is so that lift works with no bugs.

Second, we should also always rebuild any AbstractDimArray instead of passing a raw grid through to any showframe method.

Possibily, we should just use DimArray everywhere internally... but that has some compilation and complexity overheads. Maybe we can just rewrap them for any GridRule and output where users should actually interacti with the whole array rather than a single cell.

@rafaqz rafaqz marked this pull request as ready for review October 10, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant