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

Nexus: Use simplices in convex_hull #4671

Merged
merged 3 commits into from Jul 13, 2023
Merged

Conversation

prckent
Copy link
Contributor

@prckent prckent commented Jul 12, 2023

Proposed changes

Closes #4670

This looks to be a trivial fix ; vertices was removed in scipy 1.11.0 https://docs.scipy.org/doc/scipy/release/1.11.0-notes.html#expired-deprecations . However I did not yet find the version when simplices was introduced - is it old enough?

What type(s) of changes does this code introduce?

  • Bugfix

Does this introduce a breaking change?

  • No

What systems has this change been tested on?

sulfur, nightly config

Checklist

  • Yes. This PR is up to date with current the current state of 'develop'

@prckent prckent changed the title Use simplices in convex_hull Nexus: Use simplices in convex_hull Jul 12, 2023
@prckent prckent added the nexus label Jul 12, 2023
@prckent prckent assigned jtkrogel and unassigned jtkrogel Jul 12, 2023
@prckent prckent requested a review from jtkrogel July 12, 2023 15:09
@prckent
Copy link
Contributor Author

prckent commented Jul 12, 2023

Test this please

nexus/lib/numerics.py Outdated Show resolved Hide resolved
@prckent
Copy link
Contributor Author

prckent commented Jul 12, 2023

Test this please

1 similar comment
@prckent
Copy link
Contributor Author

prckent commented Jul 12, 2023

Test this please

@markdewing
Copy link
Contributor

It looks like "simplices" was added in scipy 0.12 (released in 2013)

@markdewing
Copy link
Contributor

test this please

@prckent prckent dismissed jtkrogel’s stale review July 13, 2023 21:13

This was fully addressed. DIsmissing so that this can be merged without bothering anyone again.

@prckent prckent merged commit e55fff6 into QMCPACK:develop Jul 13, 2023
39 checks passed
@prckent prckent deleted the fix_conv_hull branch July 13, 2023 21:13
@prckent prckent mentioned this pull request Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nexus delaunay vertices failures due to scipy deprecations
3 participants