-
Notifications
You must be signed in to change notification settings - Fork 24
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(#13, plot): PY2 era BUG when writing plot-diagrams; give sample code in the into #19
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19 +/- ##
===========================================
+ Coverage 77.87% 89.69% +11.81%
===========================================
Files 5 6 +1
Lines 348 388 +40
===========================================
+ Hits 271 348 +77
+ Misses 77 40 -37
Continue to review full report at Codecov.
|
26cc7a7
to
80e3ba9
Compare
were writing in text-mode in PY3. and failing as encoding error.
Rebased on top of ank/fix-networkx_in_py2(#16) to make Travis pass. |
5686586
to
c5bcb3b
Compare
numpy was used just for its assert_raise
to use it also on stary DAGs. Keep delegation.
+ test all chained plot() methods from netop.
+ retorfitted to try all available formats. + list of forbidden formats based on my failres
e8293b3
to
a91bc87
Compare
318e511
to
f17fc6d
Compare
35d9a91
to
07251d8
Compare
+ doc: rename in sample code: netop --> pipeline. + enh(build): add `ipython` in test dependencies. + include it in the plot TC.
This is now merge-ready:
|
...pytest has problems with 3.4.
Forced to drop PY3.4 due to |
backported from yahoo#29
-execution-steps & order
graphvis
&matplotb
.Legend
Nodes:
solution
, shown in tooltip.Arrows
need
source,sources
provide
target)I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.