Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwinpin committed Sep 16, 2020
1 parent 439d64b commit e9f0710
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neuvol/mutation/base_mutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ def _probability_from_branchs(individ, prior_rate, delimeter=1):


class MutationInjector:
"""
Inject mutation based on selected mutation type
"""
def __init__(self, mutation_type, matrix, layers_types, distribution, config=None, layer=None, data_load=None):
if data_load is not None:
self.load(data_load, distribution)
Expand Down

0 comments on commit e9f0710

Please sign in to comment.