Skip to content

Commit cd3f80d

Browse files
committed
redocument
1 parent 35f2216 commit cd3f80d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ export(constraint_nonneg)
121121
export(constraint_unitnorm)
122122
export(count_params)
123123
export(create_layer)
124-
export(create_layer_wrapper)
125124
export(create_wrapper)
126125
export(custom_metric)
127126
export(dataset_boston_housing)

tools/check

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ export TF_CPP_MIN_LOG_LEVEL=2
1010
# 3 = INFO, WARNING, and ERROR messages are not printed
1111

1212

13-
for i in {1..6}
13+
for i in 2.{1..6} nightly
1414
do
15-
TMPDIR="/tmp/r-keras-tests/tf-2.$i/"
15+
TMPDIR="/tmp/r-keras-tests/tf-$i/"
1616
mkdir -p $TMPDIR
1717
rsync -a --delete . $TMPDIR
18-
export RETICULATE_PYTHON=$(Rscript -e "cat(normalizePath(file.path(reticulate::miniconda_path(), 'envs/tf-2.$i-cpu/bin/python')))")
19-
gnome-terminal --title="keras test: tf 2.$i" --working-directory=$TMPDIR -- \
20-
Rscript -e "{cat('\n\n\n'); devtools::check(document=FALSE); scan('stdin', nlines=1)}"
18+
export RETICULATE_PYTHON=$(Rscript -e "cat(normalizePath(file.path(reticulate::miniconda_path(), 'envs/tf-$i-cpu/bin/python')))")
19+
gnome-terminal --title="keras test: tf $i" --working-directory=$TMPDIR -- \
20+
Rscript -e "{cat('\n\n\n'); devtools::check(document=FALSE); cat('Done!\n'); scan('stdin', nlines=1)}"
2121
done

0 commit comments

Comments
 (0)