Skip to content

Commit

Permalink
minor update, added print
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed Apr 30, 2024
1 parent 71525ef commit b7dc0f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def SSE_multisensor(model):
# View one model
# exp0_model = exp_list[0].get_labeled_model()
# exp0_model.pprint()
# SSE_multisensor(exp0_model)
# print(SSE_multisensor(exp0_model))

pest = parmest.Estimator(exp_list, obj_function=SSE_multisensor)
obj, theta = pest.theta_est()
Expand Down

0 comments on commit b7dc0f1

Please sign in to comment.