Open tashrifbillah opened 4 years ago
Hi @reckbo ,
1. Is the BaseMethods necessary primarily for obtaining ancestor_tasks?
2. Why is self.clone( ) required? What would happen if we just use Ukf() instead of self.Ukf?
Ukf()
self.Ukf
I found my answer to 2 already here. 👍
Hi @reckbo ,
1. Is the BaseMethods necessary primarily for obtaining ancestor_tasks?
2. Why is self.clone( ) required? What would happen if we just use
Ukf()
instead ofself.Ukf
?