neulab/prompt2model

Create integration tests for our prompt2model_demo.py and .ipynb workflows

Open

#375 geöffnet am 31. Okt. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (137 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (1.663 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

We currently have interfaces to interact with prompt2model, in the form of prompt2model_demo.py and prompt2model_demo.ipynb. While the individual components of prompt2model are generally well-tested, these two files are completely untested.

We need integration tests ASAP to prevent the breaking of these files (such as happened after merging #315 and #344).

Contributor Guide