I am unable to run python script within a shell script. Following is the script.sh file where 3 arguments are being passed to the python script.
python main.py 1.0 0.1 10
The python program is not reading the arguments. When same line is run in command line terminal, it runs fine.