-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
refactor: forward get.adjacency.dense()
to get.adjacency.sparse()
if attributes are present (#1483)
#1653
base: main
Are you sure you want to change the base?
Conversation
Current Aviator status
This pull request is currently open (not queued). How to mergeTo merge this PR, comment
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
Every PR should be green, yes. If this needs changing tests, it can be done in the same PR. The best would be to change tests first, in a separate commit or PR, so that they work both with the existing and the new implementation. Not sure if it's worth the effort. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, great! Somehow dimnames()
are lost in R 4.1 and earlier, the checks are failing.
get.adjacency.dense()
to get.adjacency.sparse()
if attributes are present (#1483)
Ready to be reviewed again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, we're close.
ready again |
This PR removes (nested) for loops for
get.adjacency.dense()
whenattr != NULL
(cherry picked commits from #1518)