SOBAN ASIF

Results 8 comments of SOBAN ASIF

@tianyizheng02 as I have understood, You want to run the PYTEST tests and coverage report separately, right?

If so, then why don't you run `PYTEST` and `COVERAGE` separately i.e in separate commands?

Actually you can run both of them seperately but it has a prerequisite. To run 'coverage report' seperately, you have to use a testing library (pytest) first so that it...

Okay so I spent good time understanding the issue and I have come to the conclusion that it is an issue with the `Python\compression\peak_signal_to_noise_ratio.py` file. It arises due to the...

There are multiple solutions to this: - Leave it as it as because its just a warning and does not break any code functionality. - Consider using the PILLOW package...

@Saswatsusmoy I have tried using the code just by commenting out the `CV2` part. No warnings pop up in my case.

To reiterate, we are talking about the warnings in the PyTest Code Coverage part.

> Okay so I spent good time understanding the issue and I have come to the conclusion that it is an issue with the `Python\compression\peak_signal_to_noise_ratio.py` file. > > It arises...