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

Fix SimpleCrystals Bugs #155

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Conversation

ejmeitz
Copy link
Collaborator

@ejmeitz ejmeitz commented Oct 25, 2023

Tests pass locally. Forgot that Molly stores coords as Vector{SVector{N,T}} so just had to update that in the Crystal constructor to fix things as SimpleCrystals no longer stores its positions as Vector{SVector{N,T}}.

@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0c58f26) 72.36% compared to head (455fd4c) 72.36%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #155   +/-   ##
=======================================
  Coverage   72.36%   72.36%           
=======================================
  Files          35       35           
  Lines        5232     5232           
=======================================
  Hits         3786     3786           
  Misses       1446     1446           
Files Coverage Δ
src/types.jl 72.37% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jgreener64
Copy link
Collaborator

Thanks.

@jgreener64 jgreener64 merged commit 936dd20 into JuliaMolSim:master Oct 25, 2023
7 checks passed
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