Skip to content

Commit 35c8850

Browse files
committed
2 parents c1b5933 + 93fc9d9 commit 35c8850

File tree

7 files changed

+1023
-0
lines changed

7 files changed

+1023
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: pip install pymc==${{ env.OLDEST_PYMC_VERSION }}
3030
- name: Run tests
3131
run: |
32+
sudo apt-get install graphviz
3233
pip install -e .[test]
3334
pytest --cov-report=xml --no-cov-on-fail --durations=50
3435
- name: Check oldest version of PyMC

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# MLflow logging
2+
mlruns/
3+
mlruns.db
4+
15
# InferenceData
26
*.nc
37

docs/source/api/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
model_config
1414
model_builder
1515
prior
16+
mlflow
1617
```

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ dependencies:
4545
- pytest-cov==3.0.0
4646
- pytest-mock
4747
- blas
48+
- mlflow

0 commit comments

Comments
 (0)