ashander / ftprime

Forward-time simulation of the msprime data structure (for development)
2 stars 1 forks source link

unify interface to updating ARGRecorder in __call__ #36

Closed ashander closed 6 years ago

ashander commented 7 years ago

Per an email suggestion, we might want to unify the interface in ARGRecorder to a __call__ method. That is, replacing all the method calls to update an ARGRecorder instance. (eg as demonstrated here in the wf example) with a single __call__

ashander commented 6 years ago

Fixed in 8ab3de9b404a72bc321bbaffc1728512bd8322f0