Skip to content

Implement get_model_path and the hash table generation, TODO add comp… #500

Implement get_model_path and the hash table generation, TODO add comp…

Implement get_model_path and the hash table generation, TODO add comp… #500

Workflow file for this run

# name: Black
# on: [ push ]
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Set up Python
# uses: actions/setup-python@v2
# with:
# python-version: 3.9
# - name: Install dependencies
# run: pip install black
# - name: Run black check
# run: black --check src/oakutils