Skip to content

Conversation

lrennels
Copy link
Collaborator

@lrennels lrennels added this to the v1.0.0 milestone Jun 26, 2020
@lrennels lrennels self-assigned this Jun 26, 2020
@lrennels
Copy link
Collaborator Author

lrennels commented Jun 26, 2020

@davidanthoff since I made some changes to simplify the tests now that we only include v1.4, any tests with 1.2 and 1.3 will fail so I removed those from the yml files for CI. I think the Github UI is a little broken because it shows below that it's waiting for reports on those, but in reality they're never going to be run as shown by the Details page. So you will probably need your magic powers to override the merge later.

# @test y_vec[begin] == time_dim_val[:,2,2][begin]
# @test y_mat[begin,1] == time_dim_val[:,:,2][begin,1]
# @test y_mat[begin,2] == time_dim_val[:,:,2][begin,2]
# begin syntax is deprecated v1.0.0 - v1.3.0, so enable only works for post v1.4.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this will now fail v1.2 and v1.3 tests, could move to a separate PR if that's an issue

else
@test_throws ErrorException add_comp!(m, A, after=:B)
end
@test_throws ErrorException add_comp!(m, A, after=:B)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this will now fail v1.2 and v1.3 tests, could move to a separate PR if that's an issue

else
@test_throws ErrorException add_comp!(my_model, testcomp2, after=:testcomp3)
end
@test_throws ErrorException add_comp!(my_model, testcomp2, after=:testcomp3)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this will now fail v1.2 and v1.3 tests, could move to a separate PR if that's an issue

@codecov
Copy link

codecov bot commented Jun 26, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #723      +/-   ##
==========================================
+ Coverage   79.95%   80.14%   +0.19%     
==========================================
  Files          38       38              
  Lines        2883     2881       -2     
==========================================
+ Hits         2305     2309       +4     
+ Misses        578      572       -6     
Flag Coverage Δ
#unittests 80.14% <ø> (+0.19%) ⬆️
Impacted Files Coverage Δ
src/explorer/explore.jl 70.21% <0.00%> (-2.13%) ⬇️
src/core/connections.jl 87.26% <0.00%> (-0.06%) ⬇️
src/core/time_arrays.jl 80.48% <0.00%> (+2.36%) ⬆️

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 74631a6...9df57a7. Read the comment docs.

@davidanthoff davidanthoff merged commit 9df57a7 into master Jul 2, 2020
@davidanthoff davidanthoff deleted the dropdependencies branch July 2, 2020 20:36
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