Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrizzo committed Mar 24, 2024
2 parents 688bbef + 27400a9 commit 136c7e7
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help improve catsim!
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Provide a snippet that reproduces the bug. Consider hard-coding item parameters, thetas, response vectors etc. The snippet can be a Python file, or code pasted directly in the comment ([example](https://github.com/douglasrizzo/catsim/issues/30)), or even a Colab notebook ([example](https://colab.research.google.com/drive/1vhH_X4vUdKfHvTx3LqVrRs-shAeHPsOF)).

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Software versions:**
- Python: [e.g. 3.10.1]
- catsim: [e.g. 0.17.3]

**Additional context**
Add any other context about the problem here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question
about: User question unrelated to possible bugs in the package.
title: ''
labels: question
assignees: ''

---


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Install it using `pip install catsim`.

## Basic Usage

**NEW:** there is now [a Colab Notebook](https://colab.research.google.com/drive/14zEWoDudBCXF0NO-qgzoQpWUGBcJ2lPH?usp=sharing) teaching the basics of catsim!
**NEW:** there is now [a Colab Notebook](https://colab.research.google.com/drive/1dBcpXxHuc9YXv9yGllxlahx585hEmdbn?usp=sharing) teaching the basics of catsim!

1. Have an [item matrix](https://douglasrizzo.com.br/catsim/item_matrix.html);
2. Have a sample of examinee proficiencies, or a number of examinees to be generated;
Expand Down

0 comments on commit 136c7e7

Please sign in to comment.