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

T019: Fix atom unit conversion #306

Merged
merged 6 commits into from
Dec 28, 2022
Merged

Conversation

dominiquesydow
Copy link
Collaborator

@dominiquesydow dominiquesydow commented Dec 28, 2022

Description

Fix problem as described in #298

Todos

  • Change atom.unit to atom.units
  • Fix Angström to nm conversion with pint(mol_positions.to("nanometers"))
  • Also: fix openmm warning - import simtk.openmm is now `openmm``
  • Also: Add MacOS/M1 conda note (CONDA_SUBDIR=osx=64)
  • Also: T019 runs for ages (>12 min) in CI!!!! Try using mamba instead of conda to install openmmforcefield within T019 > it seems to have worked, now only 2 min!!
  • Test only T019 (for now) - revert back to all notebooks in T019: Fix "No template found for residue 444 (03P)" #308

Status

  • Ready to go

@dominiquesydow dominiquesydow self-assigned this Dec 28, 2022
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@dominiquesydow dominiquesydow added the bug Something isn't working label Dec 28, 2022
@dominiquesydow dominiquesydow changed the title T019 openmm unit T019: Change atom.unit to atom.units Dec 28, 2022
@dominiquesydow dominiquesydow mentioned this pull request Dec 28, 2022
16 tasks
@dominiquesydow dominiquesydow merged commit cec5d3b into base-ci-env-fix Dec 28, 2022
@dominiquesydow dominiquesydow deleted the t019-openmm-unit branch December 28, 2022 22:59
@dominiquesydow dominiquesydow changed the title T019: Change atom.unit to atom.units T019: Fix atom unit conversion Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

T019: AttributeError: 'numpy.ndarray' object has no attribute 'unit'
1 participant