Saswat Susmoy
Saswat Susmoy
> 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...
@rtimms I have tried solving the issue, can you please review the same
> @Saswatsusmoy Are you still working on this? Yeah, I'll be resuming working on this soon
Can we do something like this? -Allow passing arbitrary keyword arguments to __call__ by adding **kwargs -Get list of expected args from the method signature -Get args passed to __call__...
@rtimms I have tried and modified the call method to accept **kwargs as a parameter. This will allow any additional keyword arguments to be passed to the method.
Can i get the path for the same code?
@rtimms Can you please review this and let me know if any more changes are required in the code.
I guess the issue here is that Momentum is a subclass of VectorProtocol, while Vector2D, Vector3D etc. are also subclasses.
> Thanks for taking this up, @Saswatsusmoy! Could you please add `warn_unreachable = true` under the `[tool.mypy]` section in `pyproject.toml` to check if this works? No, it isn't working 16...