AndrewUshakov

Results 4 issues of AndrewUshakov

For the code below (Python 3.7.1) mypy 0.650 improperly reveals types of expressions: (float/int multiplied/divided by the sum(arg)), where arg is Iterable[complex] and generates false positive errors for the type...

bug
topic-type-variables
priority-1-normal
false-positive

How to reproduce the issue (Windows 10 64 bit, Python 3.8.5 64 bit): 1) Install pipdeptree in site-packages (using admin rights). 2) Create empty directory, switch there. 3) Create virtual...

bug
help-wanted

Hi! I tried to test applicability of the TETRA mesh for the modeling of the viscous liquid flow with free surface using the test problem: fluid flow along the rectangular...

Hi, I have a test case where solution algorithm is GMRES, number of unknowns = 562432 and number of matrix nonzeroes = 58436224. If matrix format is MSR, stacktrace is:...