Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
wiheto committed Jul 6, 2019
1 parent eeed540 commit 79b7e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/classes/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_workflow_temporalnetwork():
twf.add_node('degree_th-magnitude', 'calc_networkmeasure', depends_on='binarize_magnitude',
func_params={'networkmeasure': 'temporal_degree_centrality'})
twf.run()
fig, ax = twf.make_workflow_figure()
twf.make_workflow_figure()
if not all(Dth == twf.output_['degree_th-percent']):
raise AssertionError()
if not all(Dmag == twf.output_['degree_th-magnitude']):
Expand Down

0 comments on commit 79b7e5a

Please sign in to comment.