Skip to content

Commit

Permalink
solved heavywatal#15
Browse files Browse the repository at this point in the history
  • Loading branch information
hamazaki1990 committed May 8, 2017
1 parent d0161c8 commit d3844fb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions hamazaki1990/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,13 @@ def fixprob_mo(self):
print(fixprob)


trial1 = Repeat_wf(5, 10)
print(trial1.get_fixtime_wf())
trial1 = Repeat_wf(10000, 10, 0.1, -0.5)
trial1.ave_fixtime_wf()
trial1.var_fixtime_wf()
print(trial1.get_fixid_wf())
trial1.fixprob_wf()


trial2 = Repeat_moran(5, 10)
print(trial2.get_fixtime_mo())
trial2 = Repeat_moran(10000, 10, 0.1, -0.5)
trial2.ave_fixtime_mo()
trial2.var_fixtime_mo()
print(trial2.get_fixid_mo())
trial2.fixprob_mo()

0 comments on commit d3844fb

Please sign in to comment.