Pratyush Shukla

Results 34 issues of Pratyush Shukla

# Description Fixes #4794. Modified code to display default routines only when personal routines are not found. Added message if personal routines are found and displayed. # Screenshots ![image](https://user-images.githubusercontent.com/88149434/232405400-02568d36-fe9c-4e21-9692-236dcd369420.png)

feat XS

# Description - [x] Issue Fixed: #4778 - [x] Summary of fixes/additions: * Modified the argument `exchange` to the `exchange_country` argument and `-e` to `-ec` * Added the new `exchange`...

feat XS

# Description - [x] Added code to detect column date type and assign a date format in the `call_load` function in `econometrics_controller.py`. - [x] #4713 - [x] Fixed date type...

feat S

**Describe the bug** I have not set any routine in my account. So executing `accounts\list` command displays the proper output - ![image](https://user-images.githubusercontent.com/88149434/232234927-a750ab89-e3c8-449c-a4d3-006be4cb2ce6.png) However, it opens a window that displays 3...

bug

Fixes #4833

feat XS

My starter code for training and benchmarking RNN-T. TODO: - [x] Add the code for automatic download, extractions, and conversion of necessary files in `librispeech.py` - [x] Correct the path...

bounty locked

1. `README` should contain a list of the extra dependencies. 2. `python3 -m pip install -e '.[testing]'` produces an error: This works instead: `python3 -m pip install -e .[testing]`. 3....

## Description Sourcery refactored code to reflect modern coding practices. ## Type of change - [x] Code styling or code optimize ## What you did * Modified string formatting to...