Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 910 Bytes

bug_report.md

File metadata and controls

46 lines (32 loc) · 910 Bytes
name about title labels assignees
Bug report
Create a report to help us improve

Describe the bug

A clear and concise description of what the bug is.

To reproduce

Steps to reproduce the behavior:

For model issues:

import covasim as cv
sim = cv.Sim(pars={}) # Configure the simulation
sim.run() # Steps required to produce the behavior

For UI issues:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots or outputs

Add screenshots or console output to help explain your problem.

Platform (please complete the following information):

  • Covasim version: [e.g. 0.27.0]
  • OS: [e.g. Linux, Android]
  • Other platform information: [e.g. using Anaconda Python]

Additional context

Add any other context about the problem here.