Skip to content

Revert "Add wrapper for running blackjax pathfinder" #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
os: [ubuntu-18.04]
floatx: [float32, float64]
test-subset: pymc-experimental/tests
fail-fast: false
runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -81,7 +80,6 @@ jobs:
matrix:
os: [windows-latest]
floatx: [float32, float64]
test-subset: pymc-experimental/tests
fail-fast: false
runs-on: ${{ matrix.os }}
env:
Expand Down
1 change: 0 additions & 1 deletion conda-envs/environment-test-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ dependencies:
- xhistogram
- pip:
- "git+https://github.com/pymc-devs/pymc.git@main"
- blackjax
1 change: 0 additions & 1 deletion conda-envs/environment-test-py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ dependencies:
- xhistogram
- pip:
- "git+https://github.com/pymc-devs/pymc.git@main"
- blackjax
3 changes: 1 addition & 2 deletions pymc_experimental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
_log.addHandler(handler)


from pymc_experimental import distributions, gp, inference, utils
from pymc_experimental import distributions, gp, utils
from pymc_experimental.bart import *
from pymc_experimental.inference.fit import fit
2 changes: 1 addition & 1 deletion pymc_experimental/bart/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 The PyMC Developers
# Copyright 2020 The PyMC Developers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
1 change: 0 additions & 1 deletion pymc_experimental/inference/__init__.py

This file was deleted.

37 changes: 0 additions & 37 deletions pymc_experimental/inference/fit.py

This file was deleted.

149 changes: 0 additions & 149 deletions pymc_experimental/inference/pathfinder.py

This file was deleted.

48 changes: 0 additions & 48 deletions pymc_experimental/tests/test_pathfinder.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
dask[all]
blackjax