Manuj Chandra
Manuj Chandra
Hi, Just to clarify, its not just ATR, but PPO is also displaying the same behavior. SMA is working fine. Apart from these 3 I have not tested with other...
Hi @twopirllc I do not have TA Lib installed. I have developed a back-tester which is using pandas-ta for some of the indicators. Because I have to pass 150 rows...
AttributeError: 'str' object has no attribute 'path' , ERROR when try to move selected data to trash
I think I fixed it with [this](https://github.com/ranger/ranger/issues/1798#issuecomment-805301717). until fixed here a hack which works for me: File "/usr/lib/python3.8/site-packages/ranger/core/actions.py", line 459, in ` filenames = [f.path for f in files]` change...
AttributeError: 'str' object has no attribute 'path' , ERROR when try to move selected data to trash
@maxreuben I am running the master branch ``` ranger version: ranger-master Python version: 3.10.0 (default, Oct 4 2021, 00:00:00) [GCC 11.2.1 20210728 (Red Hat 11.2.1-1)] Locale: en_US.UTF-8 ``` And I...
AttributeError: 'str' object has no attribute 'path' , ERROR when try to move selected data to trash
I am glad it got resolved.
Hi Did you install ueberzug using conda or pip in the conda environment? What is the output of the command `which ueberzug` It's working fine at my end. I have...
Hi, It seems its not a ueberzug problem. Following observations: 1. You have ueberzug installed in both your base environment and ueberzug environment. Remove ueberzug from your base environment 2....
Hi, I am assuming when you run ranger from base you dont get any errors but it does not work. Try restarting your computer. The reason why its not working...
I know this is not an ideal solution, but worst case scenario, install ueberzug in all your environments.
Hi, Talking about jittering, why do we jitter in the first place? What is the use of jittering?