generators_variability bound error in TDR_results #870
-
|
Hello everyone, I have problem when trying to run GenX. the message says data frame bound error. Below is the error picture.
I tried to look at the Generators_variability.csv inside /TDR_results, and it only generate the 71 column without any data in the rows. You can see the result in the picture below
I already double check my Generators_variability.csv data inside the /system, but nothing seems wrong in it. the file below is the file from /system please help me |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Hi @rulyfanuel , could you share your settings folder? You can share the files individually here, or zip them and send it as one item. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @rulyfanuel This is a slightly unusual bug. I think the TDR system is identifying too many extreme periods in your variability data. There appears to be a bug in GenX which allows this number to be greater than the total number of representative periods, so the number of clusters is negative and you're getting the error you see. When you replace some columns with 1's and reduce the variability of the data, you surreptitiously reduced the number of extreme periods and everything ran fine. To test this, please try running your case with If that works, you can turn it back on (it will improve the quality of your answer) by setting
|
Beta Was this translation helpful? Give feedback.





Hi @rulyfanuel
This is a slightly unusual bug. I think the TDR system is identifying too many extreme periods in your variability data. There appears to be a bug in GenX which allows this number to be greater than the total number of representative periods, so the number of clusters is negative and you're getting the error you see.
When you replace some columns with 1's and reduce the variability of the data, you surreptitiously reduced the number of extreme periods and everything ran fine.
To test this, please try running your case with
UseExtremePeriods: 0in yoursettings/time_domain_reduction_settings.ymlfile.If that works, you can turn it back on (it will improve the quality of you…