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

fix: course mode list concatenation issue #138

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

varshamenon4
Copy link
Member

@varshamenon4 varshamenon4 commented Nov 25, 2024

There was a bug in the course chat view causing learning assistant to fail in stage. The course modes were not being concatenated correctly (string and list concatenation), so this PR updates the course modes that are a string to be listified and also updates tests.

Copy link

github-actions bot commented Nov 25, 2024

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  learning_assistant
  __init__.py
Project Total  

This report was generated by python-coverage-comment-action

@alangsto
Copy link
Member

Could you update the init.py version and changelog file as well? That way you can release a new version once this is merged! Otherwise this looks good.

@varshamenon4 varshamenon4 force-pushed the varshamenon4/fix-course-mode-concat-issue branch from 4076f57 to 92bece4 Compare November 25, 2024 15:32
Copy link
Member

@ilee2u ilee2u left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

tests/test_views.py Show resolved Hide resolved
@varshamenon4 varshamenon4 merged commit 6c590dc into main Nov 25, 2024
4 checks passed
@varshamenon4 varshamenon4 deleted the varshamenon4/fix-course-mode-concat-issue branch November 25, 2024 15:41
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.

3 participants