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

Do not use transpose in ASE calculator #676

Merged
merged 1 commit into from
Jul 5, 2024
Merged

Conversation

frostedoyster
Copy link
Contributor

@frostedoyster frostedoyster commented Jul 5, 2024

When converting the stress in the ASE calculator, we're using np.transpose on a list of floats, but that does nothing and it just converts the list to an array.

Contributor (creator of pull-request) checklist

  • Tests updated (for new features and bugfixes)?
  • Documentation updated (for new features)?
  • Issue referenced (for PRs that solve an issue)?

Reviewer checklist

  • CHANGELOG updated with public API or any other important changes?

📚 Download documentation preview for this pull-request

@frostedoyster frostedoyster requested a review from Luthaf July 5, 2024 09:00
@Luthaf Luthaf merged commit ee417ab into master Jul 5, 2024
23 checks passed
@Luthaf Luthaf deleted the ase-calculator-transpose branch July 5, 2024 09:30
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