Skip to content

Commit 1a102fa

Browse files
authored
Remove predictive_finder (#330)
* dpf * fix example
1 parent a9120bb commit 1a102fa

File tree

3 files changed

+2
-1550
lines changed

3 files changed

+2
-1550
lines changed

docs/examples/observed_space_examples.ipynb

Lines changed: 1 addition & 1283 deletions
Large diffs are not rendered by default.

preliz/predictive/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from .ppa import ppa
22
from .predictive_explorer import predictive_explorer
3-
from .predictive_finder import predictive_finder
43

54

6-
__all__ = ["ppa", "predictive_explorer", "predictive_finder"]
5+
__all__ = ["ppa", "predictive_explorer"]

preliz/predictive/predictive_finder.py

Lines changed: 0 additions & 265 deletions
This file was deleted.

0 commit comments

Comments
 (0)