We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6998a6f commit 25a246aCopy full SHA for 25a246a
stochtree/config.py
@@ -392,7 +392,7 @@ def get_sweep_update_indices(self) -> Union[np.ndarray,None]:
392
sweep_update_indices : np.ndarray or None
393
Vector of (0-indexed) indices of trees to update in a sweep, or `None`
394
"""
395
- return self.feature_types
+ return self.sweep_update_indices
396
397
def get_variable_weights(self) -> np.ndarray:
398
0 commit comments