Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request fixes issue #106
devel
into this branch before issuing this pull request (e.g. by runninggit pull origin devel
): [y]Suggested reviewers:
@lohedges
Any additional context of information?
I've skipped CI as you will need to check this with BioSimSpace first to see if this is a workable solution. This returns a list of angle objects, so there is some internal conversion from the raw double values in degrees to double values in radians. Internally in AmberRst7, the data is always stored in raw double values in degrees. The conversion is only happening for the list of angles that we return when calling
boxAngles
.As this is a list, it has a different API to a Vector, so it may break existing BioSimSpace code.
[ci skip]