Skip to content

Use np.ascontiguousarray rather than np.array#50

Merged
awvwgk merged 1 commit intogrimme-lab:masterfrom
awvwgk:as-contiguous-array
May 4, 2021
Merged

Use np.ascontiguousarray rather than np.array#50
awvwgk merged 1 commit intogrimme-lab:masterfrom
awvwgk:as-contiguous-array

Conversation

@awvwgk
Copy link
Copy Markdown
Member

@awvwgk awvwgk commented May 4, 2021

Closes #49

@awvwgk awvwgk added the bug Something isn't working label May 4, 2021
@codecov
Copy link
Copy Markdown

codecov bot commented May 4, 2021

Codecov Report

Merging #50 (813c5c4) into master (bc55eeb) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   97.04%   97.04%           
=======================================
  Files           8        8           
  Lines         440      440           
=======================================
  Hits          427      427           
  Misses         13       13           
Impacted Files Coverage Δ
xtb/interface.py 97.32% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc55eeb...813c5c4. Read the comment docs.

@awvwgk awvwgk added this to the 21.1 milestone May 4, 2021
@awvwgk awvwgk merged commit 43a680b into grimme-lab:master May 4, 2021
@awvwgk awvwgk deleted the as-contiguous-array branch May 4, 2021 11:50
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.

Enforce C contiguous array order for NumPy array

1 participant