Now when one wants to access the csd or other parameters directly, he needs to access the solver: `csd = k.solver.estimated_csd` it would be more convenient and straightforward to just use: `csd = k.estimated_csd`
Now when one wants to access the csd or other parameters directly, he needs to access the solver:
csd = k.solver.estimated_csdit would be more convenient and straightforward to just use:
csd = k.estimated_csd