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 bug in add_connector_comps on master #649

Merged
merged 1 commit into from
Jan 27, 2020
Merged

Conversation

lrennels
Copy link
Collaborator

@lrennels lrennels commented Jan 25, 2020

#646 This PR fixes a bug in the add_connector_comps! function on master, where we have currently disabled functionality surrounding components with different lengths ... but this is a bug we will want to track and fix anyways unless we remove the function all together. I'd suggest merging this fix for now.

@lrennels lrennels requested a review from corakingdon January 25, 2020 00:46
@lrennels lrennels changed the title Fix bug in add_connector_comps Fix bug in add_connector_comps on master Jan 25, 2020
@lrennels lrennels requested a review from rjplevin January 25, 2020 00:51
@codecov
Copy link

codecov bot commented Jan 25, 2020

Codecov Report

Merging #649 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #649      +/-   ##
==========================================
+ Coverage   80.21%   80.22%   +<.01%     
==========================================
  Files          39       39              
  Lines        2745     2746       +1     
==========================================
+ Hits         2202     2203       +1     
  Misses        543      543
Impacted Files Coverage Δ
src/core/connections.jl 89.95% <100%> (+0.04%) ⬆️

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 082e23a...51544ec. Read the comment docs.

@corakingdon
Copy link
Collaborator

@lrennels agreed we should just merge this even though it can't fully be used in this state, it's still a bug!

@lrennels lrennels merged commit 1262442 into master Jan 27, 2020
@lrennels lrennels deleted the conncompsmaster branch January 27, 2020 23:31
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