Closed adnanalakori closed 1 year ago
What is the first commit shown when you type git log
in the terminal where you execute the code ? (in other words, what is the number of the last commit on the branch you are on?)
What is the first commit shown when you type
git log
in the terminal where you execute the code ? (in other words, what is the number of the last commit on the branch you are on?)
@Bachibouzouk, this is the commit:
commit 4a6a1ce06d444f5a906669f12c3f81e9e8e84eef (HEAD -> feature/change-output-format, origin/feature/change-output-format) Author: pierre-francois.duc pierre-francois.duc@rl-institut.de Date: Fri Jul 8 01:17:46 2022 +0200
Update README
commit 1cb6563306a4a6f8e1d8841250adeff897618a84 Author: pierre-francois.duc pierre-francois.duc@rl-institut.de Date: Fri Jul 8 01:07:53 2022 +0200
Add possibility to run an entire year with monthly inputs
commit 2d105a833cab17086e401f040277de93e00be02a Author: pierre-francois.duc pierre-francois.duc@rl-institut.de Date: Fri Jul 8 01:03:55 2022 +0200
And moreover what is the command you ran that brought you this error message (I will make a bug report template with all those questions :P)
And moreover what is the command you ran that brought you this error message (I will make a bug report template with all those questions :P)
I run it through this command:
python ramp.py -i C:\Users\adnan.alakori\PycharmProjects\RAMP\ramp\input_files\input_file_1.xlsx -n 360
running python ramp.py -i ramp/bugs/input_file_1.xlsx -n 1
provides me with an actual output and no errors ...
running
python ramp.py -i ramp/bugs/input_file_1.xlsx -n 1
provides me with an actual output and no errors ...
This is weird! My be it works well on Linux. Can you try it with n
to be 360? I tried several files, they run when n
up to around 30 (some input files) and then shows an error when n
to be around 360 or even less
The error was due to an extra line for which not all values were provided. Can you confirm @adnanalakori ?
Meanwhile an other error was found which shall be documented in its own issue
Input file sent by email on 21.07.2022