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

Drop dependency on NamedArrays package #390

Merged
merged 1 commit into from
Sep 28, 2020
Merged

Drop dependency on NamedArrays package #390

merged 1 commit into from
Sep 28, 2020

Conversation

dmbates
Copy link
Collaborator

@dmbates dmbates commented Sep 28, 2020

@codecov
Copy link

codecov bot commented Sep 28, 2020

Codecov Report

Merging #390 into master will increase coverage by 0.31%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #390      +/-   ##
==========================================
+ Coverage   94.99%   95.30%   +0.31%     
==========================================
  Files          23       23              
  Lines        1617     1575      -42     
==========================================
- Hits         1536     1501      -35     
+ Misses         81       74       -7     
Impacted Files Coverage Δ
src/MixedModels.jl 100.00% <ø> (ø)
src/bootstrap.jl 98.00% <ø> (-0.10%) ⬇️
src/linearmixedmodel.jl 98.87% <ø> (-0.04%) ⬇️
src/grouping.jl 40.00% <0.00%> (-20.00%) ⬇️
src/randomeffectsterm.jl 90.19% <0.00%> (-3.93%) ⬇️
src/simulate.jl 91.17% <0.00%> (-0.26%) ⬇️
src/likelihoodratiotest.jl 98.64% <0.00%> (-0.02%) ⬇️
src/femat.jl 100.00% <0.00%> (ø)
... and 6 more

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 7db0678...a66c126. Read the comment docs.

@@ -15,7 +15,7 @@ Tables.Schema:
:σ T
:β NamedTuple{β_names}{NTuple{p,T}}
:se StaticArrays.SArray{Tuple{p},T,1,p}
:θ StaticArrays.SArray{Tuple{p},T,1,k}
:θ StaticArrays.SArray{Tuple{k},T,1,k}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a copy-paste error I introduced, right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

Sorry for putting that in this PR without explanation. I was trying to decide if the StaticArrays package was still needed and found this while doing a search on the name.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought as much, no worries!

@palday
Copy link
Member

palday commented Sep 28, 2020

I'm happy to squash and merge when you're ready.

@dmbates dmbates merged commit ad29709 into master Sep 28, 2020
@dmbates dmbates deleted the dropnamedarrays branch September 28, 2020 20:40
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.

Drop named argument to ranef now that we have raneftables
2 participants