Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bubble up Analysis error #880

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Bubble up Analysis error #880

merged 1 commit into from
Dec 23, 2024

Conversation

ahuang11
Copy link
Contributor

Fixes bug in custom analyses docs.

Closes: #879 by bubbling up exception from custom analysis:
with self.interface.param.update(callback_exception="raise"):

@ahuang11 ahuang11 changed the title bubble up error Bubble up Analysis error Dec 18, 2024
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

Attention: Patch coverage is 0% with 29 lines in your changes missing coverage. Please review.

Project coverage is 51.65%. Comparing base (3b580de) to head (e1bc58e).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
lumen/ai/agents.py 0.00% 29 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #880      +/-   ##
==========================================
- Coverage   51.66%   51.65%   -0.01%     
==========================================
  Files         108      108              
  Lines       13697    13698       +1     
==========================================
  Hits         7076     7076              
- Misses       6621     6622       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr philippjfr merged commit ac07195 into main Dec 23, 2024
12 checks passed
@philippjfr philippjfr deleted the bubble_up_error branch December 23, 2024 17:18
ahuang11 added a commit that referenced this pull request Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AnalysesAgent raises an unrelated error
2 participants