Pratyush Shukla
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 
# 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`...
# 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...
**Describe the bug** I have not set any routine in my account. So executing `accounts\list` command displays the proper output -  However, it opens a window that displays 3...
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...
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...