Make estimate_physics, solve_physics not have side effects
Closed this issue · 1 comments
gwm17 commented
Annoying that we pass a dict in to be filled. Would be better to return an object that we the convert to a dict. Polars/Pandas can take a list of dicts assuming they all have the same fields. Would also make integration with other toolkits like conduit, notebooks a lot less awful.
gwm17 commented
Also unify interpolation phases