Skip to content

Conversation

lrennels
Copy link
Collaborator

@lrennels lrennels commented Jul 30, 2020

The plot_comp_graph function was disabled when we removed the Cairo dependency, so this was a bug. We decided to remove the function altogether, along with the Compose dependency, for simplicity and because this graph doesn't work well with complicated models anyways. In the future we could replace it with something in VegaLite.

Removing this function (in addition to disabling automatic component ordering in v0.5) makes all of the functions in order.jl unused. I have thus removed that file as well. In the future if we want to pull back some of this ordering we can go grab those files but for now they seem like dead code ... @davidanthoff @ckingdon95 agreed?

@lrennels lrennels self-assigned this Jul 30, 2020
@lrennels lrennels added the bug label Jul 30, 2020
@codecov
Copy link

codecov bot commented Jul 30, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #738      +/-   ##
==========================================
+ Coverage   80.62%   80.81%   +0.19%     
==========================================
  Files          38       36       -2     
  Lines        2844     2815      -29     
==========================================
- Hits         2293     2275      -18     
+ Misses        551      540      -11     
Flag Coverage Δ
#unittests 80.81% <ø> (+0.19%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Mimi.jl 100.00% <ø> (ø)
src/core/connections.jl 87.26% <ø> (ø)

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 6ede5fd...b79dcdb. Read the comment docs.

@lrennels lrennels merged commit add61f6 into master Aug 3, 2020
@davidanthoff davidanthoff deleted the plots branch September 1, 2020 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants