RBF with uniform grid not working

Issue #46 resolved
pvrancx created an issue

Creating an RBF representation with the grid_bins argument doesn't work. RBF.init calls uniformRBF to initialize the grid, but uniformRBF needs self.domain to be set. self.domain is still None at the time of this call and isn't initialized until the call to super(RBF).init(...) at the end of the init method.

Comments (1)

  1. Log in to comment