Closed AgnieszkaZaba closed 1 month ago
For resolving #16 we need to add another hook to check if at least one output isn't an empty list.
BTW, this PR contains 27 commits as of now, most of which are unrelated. It is because the branch was branched off a previous PR's branch, instead of from main
branch. It can be resolved by rebasing this PR's branch to the current main
.
@AgnieszkaZaba, this PR is of course OK, but it actually does not help us with maintenance of PySDM, PyPartMC or PyMPDATA - the pre-commit hook would need to be added in these repos, not here. I wonder if creating a pytest test to check for cell execution order wouldn't still be worth adding?
@AgnieszkaZaba, this PR is of course OK, but it actually does not help us with maintenance of PySDM, PyPartMC or PyMPDATA - the pre-commit hook would need to be added in these repos, not here. I wonder if creating a pytest test to check for cell execution order wouldn't still be worth adding?
Probably it would be better and easier to add check for output.
BTW, this PR contains 27 commits as of now, most of which are unrelated. It is because the branch was branched off a previous PR's branch, instead of from
main
branch. It can be resolved by rebasing this PR's branch to the currentmain
.
@slayoo I think I did something wrong here
BTW, this PR contains 27 commits as of now, most of which are unrelated. It is because the branch was branched off a previous PR's branch, instead of from
main
branch. It can be resolved by rebasing this PR's branch to the currentmain
.@slayoo I think I did something wrong here
reverted. let's merge and keep the issue open Thanks!
BTW, this PR contains 27 commits as of now, most of which are unrelated. It is because the branch was branched off a previous PR's branch, instead of from
main
branch. It can be resolved by rebasing this PR's branch to the currentmain
.@slayoo I think I did something wrong here
reverted. let's merge and keep the issue open Thanks!
Thanks!
Solution to #27 as pre-commit hook