Old data is sometimes used even when newer ones are present #73
Labels
No labels
beginner friendly
bug
chore
documentation
duplicate
feature
help wanted
invalid
needs-triage
question
size/L
size/M
size/S
size/XL
size/XS
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/dalmatian#73
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Older data from
CMUsyllabi_processed.jsonis sometimes used instead of newer data fromcourses.json.Example: Running
/course course-info 98008returns the old course name Shilling The Rust Programming Language instead of the newer Intro to Rust LangWe have to modify
formatter2.pyto process the data differently and update the json files accordingly.It might also be worthwhile renaming the files in the data folder, as it's kind of difficult to tell at a glance which file does what
self assign
As another test case, running
/courses course-info 15-113should return Effective Coding with AI, not Special Topics in Applied Python Programming