UBC-MDS / fixml

Checklists and LLM prompts for efficient and effective test creation in data analysis
https://ubc-mds.github.io/fixml
Other
3 stars 2 forks source link

feat: Use template engine to render json response to reports in markdownquarto markdown format #165

Closed SoloSynth1 closed 2 weeks ago

SoloSynth1 commented 2 weeks ago

This PR:

Closes #155.

Here is a screenshot showing the evaluation report using Jinja template when being rendering to HTML:

image

JohnShiuMK commented 2 weeks ago

@SoloSynth1 should the ./src/test_creation/data/templates be src/fixml/data/templates instead?

SoloSynth1 commented 2 weeks ago

@SoloSynth1 should the ./src/test_creation/data/templates be src/fixml/data/templates instead?

Yup you're right, changing it right now

SoloSynth1 commented 2 weeks ago

@JohnShiuMK Done, sorry about the mistake, please check again!