Skip to content

Commit faf67ed

Browse files
committed
fix
1 parent 49954c4 commit faf67ed

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Test with unittest
2828
run: |
2929
cd code
30-
python testprogram
30+
python test_program.py

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
</tr>
1616
</table>
1717

18+
![example workflow](https://github.com/intsystems/implicit-reparameterization-trick/actions/workflows/testnig.yml/badge.svg)
19+
1820
## Description
1921

2022
This repository implements an educational project for the Bayesian Multimodeling course. It implements algorithms for sampling from various distributions, using the implicit reparameterization trick.

code/test_program.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import unittest
22
import math
33
import torch
4-
from torch.distributions import constraints
5-
from torch.distributions.exp_family import ExponentialFamily
6-
from numbers import Number
74
from irt.distributions import Normal, Gamma
85

96

0 commit comments

Comments
 (0)