Marcar 1518 y 1532 (SISTEMAS OPERATIVOS) de Eléctrica como materias con examen - #1162
Merged
Merged
Conversation
Same situation as `1511`: `1518` and `1532` (both SISTEMAS OPERATIVOS) in the electrica 2023 plan are inactive, so Bedelias does not list their prerequisites and the scraper can no longer infer that they have an exam. `scraped_subjects.yml` reports `has_exam: false`, so loading raised "Subject <code> ... no longer has an exam" because the previously-created exams still exist. Confirmed via the staging DB (subjects with a persisted exam whose resolved has_exam is false). Force `has_exam: true` for both.
RenzoMinelli
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivación
1518 - SISTEMAS OPERATIVOSy1532 - SISTEMAS OPERATIVOSson materias inactivas del plan 2023 de Ingeniería Eléctrica, por lo que Bedelías no lista sus previaturas y el scraper solo conocía sus exámenes a través del fallback (otra materia que necesitaba el examen). En el scrapeo del 2026-06-22 (commit92bf7d53) esas previaturas pasaron deneeds: examaneeds: all, el fallback dejó de aplicar yscraped_subjects.ymlpasó a reportarhas_exam: false; como los exámenes creados previamente seguían en la base, la carga levantaba el errorSubject <código> ... no longer has an exam.Detalles
Agregamos
has_exam: trueen elsubject_overrides.ymlde estas materias, usando el soporte para sobrescribirhas_examque agregamos en #1160.