We need functionality for a worker assessing the simulation's error based on a single point for when we're fitting families of simulations to a single trace (as is the case for tension-pCa fitting).
Proposal
By implementing #15, we can simply pass in a single point for the Worker to assess its error on. Then, we have to change the get_simulation_error method in the Worker class to accept a fit_mode initialization parameter of "single_point".
[x] Implement #15
[x] Change get_simulation_error to allow for fit_mode of "single_point"
Description
We need functionality for a worker assessing the simulation's error based on a single point for when we're fitting families of simulations to a single trace (as is the case for tension-pCa fitting).
Proposal
By implementing #15, we can simply pass in a single point for the Worker to assess its error on. Then, we have to change the
get_simulation_error
method in the Worker class to accept afit_mode
initialization parameter of "single_point".get_simulation_error
to allow forfit_mode
of "single_point"