You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "E:\ProgramData\Anaconda3_1\envs\vic_env\lib\site-packages\spotpy\algorithms\sceua.py", line 335, in sample
like = self.postprocessing(
File "E:\ProgramData\Anaconda3_1\envs\vic_env\lib\site-packages\spotpy\algorithms_algorithm.py", line 480, in postprocessing
self.status(like, params, block_print=block_print)
File "E:\ProgramData\Anaconda3_1\envs\vic_env\lib\site-packages\spotpy\algorithms_algorithm.py", line 95, in call
self.print_status()
File "E:\ProgramData\Anaconda3_1\envs\vic_env\lib\site-packages\spotpy\algorithms_algorithm.py", line 105, in print_status
time.gmtime(
OSError: [Errno 22] Invalid argument
The text was updated successfully, but these errors were encountered:
This is an occasional error. It doesn't appear when the number of runs is less than 1000ci times, and I got this error when the code was run up to 1000 and 1300 times
I ran into this problem again on another run, this time I set the SCE-UA rate parameter count to 450. The number of complexes was 4. After running all the initial solutions and doing complex evolution reported the same error
File "E:\ProgramData\Anaconda3_1\envs\vic_env\lib\site-packages\spotpy\algorithms\sceua.py", line 335, in sample
like = self.postprocessing(
File "E:\ProgramData\Anaconda3_1\envs\vic_env\lib\site-packages\spotpy\algorithms_algorithm.py", line 480, in postprocessing
self.status(like, params, block_print=block_print)
File "E:\ProgramData\Anaconda3_1\envs\vic_env\lib\site-packages\spotpy\algorithms_algorithm.py", line 95, in call
self.print_status()
File "E:\ProgramData\Anaconda3_1\envs\vic_env\lib\site-packages\spotpy\algorithms_algorithm.py", line 105, in print_status
time.gmtime(
OSError: [Errno 22] Invalid argument
The text was updated successfully, but these errors were encountered: