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

Don't have instance copies of POINTER. #1538

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Don't have instance copies of POINTER. #1538

merged 1 commit into from
Oct 28, 2024

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Oct 25, 2024

The NRN unit-tests fail with a segfault when we try to get cached copy of the dereferenced Datums.

Since we don't need access via the cache but only through _ppvar we don't need to make them part of the instance structure.

The NRN unit-tests fail with a segfault when we try to get cached copy
of the dereferenced Datums.

Since we don't need access via the cache but only through `_ppvar` we
don't need to make them part of the instance structure.
@1uc 1uc marked this pull request as ready for review October 28, 2024 07:05
@JCGoran
Copy link
Contributor

JCGoran commented Oct 28, 2024

Just for clarification, which test was failing here?

@1uc
Copy link
Collaborator Author

1uc commented Oct 28, 2024

This one for sure:

    82 - hoctests::test_mechfunc_py (Failed)

and likely these as well:

    91 - hoctests::test_setdata_py (Failed)
    145 - api::vclamp_cpp (Failed)

Copy link
Contributor

@JCGoran JCGoran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@1uc 1uc merged commit 01d218d into master Oct 28, 2024
12 checks passed
@1uc 1uc deleted the 1uc/no-pointer-cache branch October 28, 2024 12:22
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.

2 participants