-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
Remove Duplicate OpacityState object in numba_interface.py #2765
Comments
are we supposed to delete numba_interface file? because the implementations are same as opacitystatenumba in opacity_state file. thanks for your time. |
Hi @andrewfullard , In
|
Thanks for the extensive research. In this case, the |
Thank You for the clarification, should I open a PR for the same now? |
No thank you, you have already produced a large number of PRs that we need to review. |
Thank you for your update. I've added this task to my To-Do list, and once we've completed the reviews for the current open PRs, I'll prioritize and open a PR for this one as well. |
Describe the bug
There are two copies of the OpacityState jitclass and its initializer. One is in opacity_state.py and the other in numba_interface.py. The version in numba_interface.py should be removed to complete the refactoring.
The text was updated successfully, but these errors were encountered: