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

Support ASE 3.23 #612

Open
danielhollas opened this issue Jun 23, 2024 · 0 comments
Open

Support ASE 3.23 #612

danielhollas opened this issue Jun 23, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file testing
Milestone

Comments

@danielhollas
Copy link
Contributor

New ASE version 3.23 was released couple weeks ago and represents a big jump since the last version that was released at the end of 2021. One of our unit tests started failing since it hardcodes a binary output from _StructureDataBaseViewer._prepare_payload which in turn relies on ase.Atoms.write.


self.structure.write(tmp.name, format=file_format)

In #611 I pinned the ase version to unblock CI. We need to verify that the differences are insignificant, and generally verify that the new ASE version did not break anything else that is not covered by tests.

@danielhollas danielhollas added testing dependencies Pull requests that update a dependency file labels Jun 23, 2024
danielhollas added a commit to danielhollas/aiidalab-widgets-base that referenced this issue Jun 23, 2024
Recently released version ase 3.23 broke one of our tests that hardcodes
a binary output from ase.Atoms.write. I opened aiidalab#612 with more details.
danielhollas added a commit that referenced this issue Jun 23, 2024
Recently released version ase 3.23 broke one of our tests that hardcodes
a binary output from ase.Atoms.write. I opened #612 with more details.
@danielhollas danielhollas added this to the v0.2.3 milestone Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file testing
Projects
None yet
Development

No branches or pull requests

1 participant