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

Modify call signature of functions used with .map #59

Open
OriolAbril opened this issue Jul 3, 2024 · 0 comments
Open

Modify call signature of functions used with .map #59

OriolAbril opened this issue Jul 3, 2024 · 0 comments

Comments

@OriolAbril
Copy link
Member

It is currently func(da, target, backend, ...). I think we should add a top level function get_backend that takes the target and identifies the backend from that so the call signature can become func(da, target, ...).

To get this to work 3 changes are needed:

  • add get_backend function
  • change .map to not pass the backend argument to the functions when it calls them
  • change all functions in the visuals module to not take a backend argument and to instead do backend = get_backend(target) inside them
@OriolAbril OriolAbril moved this to Planned in CZI Round 4 Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Planned
Development

No branches or pull requests

1 participant