In the [maxlike] section of the baseConfig.ini, there are plot_par1 and plot_par2, they should be plot_param1 and plotparam2. This causes the error: Not a base parameter, derived-errors still on construction_. The following is the correct way:
[maxlike]
;compute errror from Hessian matrix
;False/True
compute_errors = True
;If withErrors is True
;plot Fisher matrix
show_contours = True
;If showplot is True, then
;2D plot for the parameters:
plot_param1 = h
plot_param2 = Om
https://github.com/ja-vazquez/SimpleMC/blob/19cf43288434aa6199fd9db699fdf67d01975616/baseConfig.ini#L183
In the [maxlike] section of the baseConfig.ini, there are plot_par1 and plot_par2, they should be plot_param1 and plotparam2. This causes the error: Not a base parameter, derived-errors still on construction_. The following is the correct way: