File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tools/documentation/circleci Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737# metrics requires knowledge of the actual data-generating process.
3838# We therefore use simulated data with the following parameters:
3939
40- # number of repetitions of the methods
40+ # number of repetitions of he methods
4141runs = 20
4242# Number of observations
4343n_samples = 200
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ affected_doc_paths() {
126126 # list of the modified documentation files
127127 echo " $files " | grep ^docs/src/.* \. rst | sed ' s/^docs\/src\/\(.*\)\.rst$/\1.html/'
128128 # list of the modified examples
129- echo " $files " | grep ^examples/.* .py | sed ' s/^\(.*\)\.py$/auto_ \1.html/'
129+ echo " $files " | grep ^examples/.* .py | sed ' s/^\(.*\)\.py$/generated\/gallery\/ \1.html/'
130130 # list of the modified source file
131131 project_files=$( echo " $files " | grep ' src/hidimstat/' )
132132 if [ -n " $project_files " ]
You can’t perform that action at this time.
0 commit comments