adding diagonal/blockdiagonal functionalities, round 2#467
Conversation
|
There s something I don t understand. If I define the function which is just as in the same way as in #438, I get the following error which I was no getting before. Does anyone know why? |
|
@RosalynLP I ve added also your commit where you changed the names of the functions. Please check if I ve done something stupid |
|
@tgiani You should be able to rebase this on top of master and get it to work. |
|
|
||
| @configparser.explicit_node | ||
| def produce_nnfit_theory_covmat(self, use_thcovmat_in_sampling:bool, use_thcovmat_in_fitting:bool): | ||
| def produce_nnfit_theory_covmat(self, use_thcovmat_in_sampling:bool, use_thcovmat_in_fitting:bool, |
There was a problem hiding this comment.
Please add a docstring here explaining what everything does. Also mention the existence of the flag in the corresponding section of guide.
|
@tgiani I have described the options explicitly, so that it is possible to use this by reading the documentation. I have also run a formatting tool to fix various whitespace errors. |
|
Hello, this is @Zaharid's automated QA script. Please note it is highly experimental. I ran pylint on your changes and found some new issues. On
On
|
|
Please fix the formatting errors in construction.py. |
|
@Zaharid Uhm do you mean from your automated script? |
|
Yes, and also "line too long". |
|
Hello, this is @Zaharid's automated QA script. Please note it is highly experimental. I ran pylint on your changes and found some new issues. On
On
|
Here as agreed I implement again the same things as in PR #438