Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
stashkov committed Jun 3, 2017
1 parent 869e898 commit fe31f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions efm_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def get_node_number_from_filename(filename):
dirpath = 'data/'
print('Processing files in {}'.format(dirpath))
summary = EFMSummary(dirpath)

print('\nNumber of EFMs in expanded graph: {}'.format(summary.EFM_in_expanded_graph))
summary.print_EFM_by_node()

Expand Down

0 comments on commit fe31f62

Please sign in to comment.