Skip to content

Commit

Permalink
docs: fix docs build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayukari committed Oct 1, 2023
1 parent 7af52d5 commit 43a4195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ build:
- pip install --no-cache-dir pybind11[global]
pre_build:
- pip install --no-cache-dir -r docs/requirements.txt
apt_packages:
- graphviz

python:
install:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
data = np.concatenate((data0,data1))
train_data, test_data, train_labels, test_labels = train_test_split(data, labels, test_size=0.33, random_state=0)

mean = FrechetMean(metric=sphere.metric)
mean = FrechetMean(sphere)
mean.fit(train_data)
mean_estimate = mean.estimate_

Expand Down

0 comments on commit 43a4195

Please sign in to comment.