Skip to content

Commit

Permalink
Restored default version to be IMDFA
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Feb 8, 2019
1 parent ba36688 commit 14c08f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pm4py/algo/discovery/inductive/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
IMDFA = 'imdfa'
IMDFB = 'imdfb'

DEFAULT_VARIANT = IMDFB
DEFAULT_VARIANT = IMDFA

VERSIONS = {INDUCTIVE_ONLY_DFG: imdfa.apply, IMDFA: imdfa.apply, IMDFB: imdfb.apply}
VERSIONS_DFG = {INDUCTIVE_ONLY_DFG: imdfa.apply_dfg, IMDFA: imdfa.apply_dfg, IMDFB: imdfb.apply_dfg}
Expand Down

0 comments on commit 14c08f3

Please sign in to comment.