In GitLab by @cjwgriesel on Jun 13, 2022, 11:50
Summary
On running pytest on develop a number of warnings are present. Develop passed all the tests. Some of these warnings are listed below :-
- RuntimeWarning: divide by zero encountered in double_scalars
- RuntimeWarning: divide by zero encountered in true_divide
- RuntimeWarning: invalid value encountered in double_scalars
There are some other warnings issued as well but I think the above warnings are the most important.
(Summarize the issue)
Checklist
After implementing issue do the following