Open noraharhen opened 7 months ago
Thanks for the report! This seems tough to debug if it happens randomly. @GurjeetSinghSangra is looking into it but this might take a while.
Hello @noraharhen, apologies for the late response, and thanks for reporting this.
I have been investigating this report. Unfortunately, by running Pybads on specified noisy tasks (specify_target_noise=true
), I haven't been able to reproduce your problem, even for a high number of function evaluations (i.e. longer optimization runs) or high-dimension settings.
Moreover, by inspecting the most possible/likely parts of the code that should relate to your stack trace and related parts of the code. I do not find anything suspicious that could raise any errors or bugs.
I require a reproducible experiment to facilitate better debugging. The configuration setting should include your setting, which includes your function, prior bounds, and hopefully your random seed number.
I'm getting this crazy error occasionally while running pybads with
specify_target_noise=true
. It looks like somehows2
ends up with more elements than rows ofX
. Any idea what could be going on here?Unfortunately, I cant create a reprex—it only happens occasionally with my own model fitting code...