minor: function protocol order change. minor because they are named params
This commit is contained in:
parent
6cebb66a85
commit
25eae429f5
@ -131,7 +131,7 @@ class grid(object):
|
||||
|
||||
return (r_mesh, s_mesh)
|
||||
|
||||
def run_baker(self, X, extra_points = 3, order = 2):
|
||||
def run_baker(self, X, order = 2, extra_points = 3):
|
||||
(R, S) = self.get_simplex_and_nearest_points(X, extra_points)
|
||||
answer = run_baker(X, R, S, order)
|
||||
return answer
|
||||
|
Loading…
Reference in New Issue
Block a user