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 2db8c62 commit fb768faCopy full SHA for fb768fa
runner.sh
@@ -422,7 +422,7 @@ base_path="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
422
cd "${base_path}"
423
424
function replace_text {
425
- oldString="${s}\s*=\s*[0-9]\+"
+ oldString="${s}\s*=\s*[0-9]\+\(\.[0-9]\+\)\?\(e[+-]\?[0-9]\+\)\?"
426
newString="${s} = 1"
427
428
before=$(echo "$notebook" | grep "$oldString")
0 commit comments