Update Reviewer Notes authored by ABHIRUP GHOSH's avatar ABHIRUP GHOSH
...@@ -66,16 +66,21 @@ plt.ylabel('$\delta \kappa _A$') ...@@ -66,16 +66,21 @@ plt.ylabel('$\delta \kappa _A$')
``` ```
![download](uploads/be779d3e2272a0e6737d4233d7cca2e8/download.png) ![download](uploads/be779d3e2272a0e6737d4233d7cca2e8/download.png)
### `lalinference/src/LALInferenceInitCBC.c` and lalinference/src/LALInferenceProposal.c ### `lalinference/src/LALInferenceInitCBC.c` and `lalinference/src/LALInferenceProposal.c`
| Tasks| Status | | Tasks| Status |
|---|---| |---|---|
| Priors on all 4 non-GR parameters | | | Priors on all 4 non-GR parameters | |
| fix-params should fix the posterior at tmp-value | | | fix-params should fix the posterior at tmp-value | |
| `fprintf(stdout,"Both options (from 12 and SA) are given . . Exiting . .\n");` ||
| `fprintf(stdout,"Only one option (from 12 and SA) is given . . Working fine . .\n");` | | | `fprintf(stdout,"Only one option (from 12 and SA) is given . . Working fine . .\n");` | |
### `lalinference/src/LALInferenceTemplate.c` ### `lalinference/src/LALInferenceTemplate.c`
| Tasks| Status |
|---|---|
| `fprintf(stdout,"Only one option (from 12 and SA) is given . . Working fine . .\n");` | |
... ...
......