Skip to content

Fix iloc syntax

Fix iloc syntax #34

Workflow file for this run

name: Development testing
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Local Build
run: |
pip install -e .
- name: Unit Tests
run: |
cd testing
python test_core.py
python test_datasets.py