Results 11 comments of Kamil

@ManpreetSingh2004 a good solution with filtering by prime numbers. Look at 072, I made it, you can probably apply it there too.

@ManpreetSingh2004 now I checked it in Windows, it’s really an incorrect number if you don’t specify the type. I used your filtering(072) by prime numbers. And with this it’s faster,...

@dhruvmanila I checked the boxes, but there is still a conflict, I can’t understand what? [Euler 070](https://github.com/TheAlgorithms/Python/pull/9055)

@josef-pkt @bashtage could you tell me why this is happening to me: statsmodels.statsmodels - #20231022.1 failed? logs: ``` 2023-10-22T15:19:44.6287863Z =========================== short test summary info ============================ 2023-10-22T15:19:44.6288600Z FAILED statsmodels/imputation/tests/test_mice.py::TestMICEData::test_default 2023-10-22T15:19:44.6289445Z FAILED...

Below is the test_conditional_new code. The conditional_models_new code is not posted due to line limitations, I am attaching it as an attachment(**with using scipy.special.logsumexp**). test_conditional_new - code ``` import numpy...

In which folder were the problems or show how to run all tests? I want to see what the problems are. In June I did a PR in statsmodels, they...

After installation: `pip install 'numpy==2.0.1' --force-reinstall` I receive the following warnings: ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour...

Unable to launch: 'Getting requirements to build wheel did not run successfully'. I see a line with statsmodels. Although in their requirements.txt: numpy>=1.22.3,=2.0.0, matplotlib>=3.8.4, opencv-python>=4.10.0.84, pandas>=2.2.2, scikit-learn>=1.4.2, statsmodels>=0.14.2. Which didn't...

@AseanK How can I reproduce the problem, can you show me the problem area?

@AseanK 'Index out of range' - do you need to check whether the entered number is in a range or something else? It’s just that if necessary, I can probably...