Skip to content

numpy random multinomial requires integer number of samples #108

numpy random multinomial requires integer number of samples

numpy random multinomial requires integer number of samples #108

Workflow file for this run

name: Test
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install . -v
pip install "pytest>=4.0.2" "pytest-pylint>=0.13.0" "nbconvert>=5.3.1" "jupyter_client>=5.2.3"
- name: Test with pytest
run: |
pytest tests/phik_python/test_phik.py