Skip to content

Commit 8d71bbd

Browse files
committed
Updated doc workflows and fixed some code spacing
1 parent 6affae5 commit 8d71bbd

File tree

3 files changed

+2
-82
lines changed

3 files changed

+2
-82
lines changed

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: https://stochastictree.github.io/stochtree-r/
1+
url: https://stochtree.ai/
22
template:
33
bootstrap: 5
44

include/stochtree/tree_sampler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ static inline void EvaluateAllPossibleSplits(
476476
data_size_t& valid_cutpoint_count, CutpointGridContainer& cutpoint_grid_container, data_size_t node_begin, data_size_t node_end, std::vector<double>& variable_weights,
477477
std::vector<FeatureType>& feature_types, std::vector<bool>& feature_subset, LeafSuffStatConstructorArgs&... leaf_suff_stat_args
478478
) {
479-
// Initialize sufficient statistics
479+
// Initialize sufficient statistics
480480
LeafSuffStat node_suff_stat = LeafSuffStat(leaf_suff_stat_args...);
481481
LeafSuffStat left_suff_stat = LeafSuffStat(leaf_suff_stat_args...);
482482
LeafSuffStat right_suff_stat = LeafSuffStat(leaf_suff_stat_args...);

tools/setup/setup_r_dependencies.R

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

0 commit comments

Comments
 (0)