neulab/prompt2model

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

Open

#375 aberto em 31 de out. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (1 assignee)Python (137 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (1.663 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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).

Guia do colaborador