File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,9 @@ def limit_concurrency_sync(sample):
155155 except Exception as e :
156156 status = ExperimentStatus .FAILED
157157 if stop_on_error :
158+ import traceback
159+
160+ traceback .print_exc ()
158161 print (f"\n Experiment stopped due to an error (note you can deactivate this behavior by setting stop_on_error=False): { str (e )} \n " )
159162 for task in tasks :
160163 task .cancel ()
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66[tool .poetry ]
77name = " parea-ai"
88packages = [{ include = " parea" }]
9- version = " 0.2.204 "
9+ version = " 0.2.205 "
1010description = " Parea python sdk"
1111readme = " README.md"
1212authors = [
" joel-parea-ai <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments