Skip to content

Commit 47c2040

Browse files
authored
Fbsync (#1121)
* Import torchaudio #1105 37692d8 Summary: Import torchaudio up to #1105 37692d8 Reviewed By: datumbox Differential Revision: D25671497 fbshipit-source-id: 5af11c801321f2bb964245ac6ed74979310f4b5f
1 parent be44256 commit 47c2040

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.circleci/build_docs/commit_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target=$2
1515

1616
echo "committing docs from ${src} to ${target}"
1717

18-
pushd $src
18+
pushd "${src}"
1919
git checkout gh-pages
2020
mkdir -p ./"${target}"
2121
rm -rf ./"${target}"/*

test/torchaudio_unittest/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ Code:
8282

8383
```python
8484
waveform = common_utils.get_sinusoid(
85-
frequency=300,
86-
sample_rate=16000,
87-
duration=1, # seconds
88-
n_channels=1,
89-
dtype="float32",
90-
device="cpu",
85+
frequency=300,
86+
sample_rate=16000,
87+
duration=1, # seconds
88+
n_channels=1,
89+
dtype="float32",
90+
device="cpu",
9191
)
9292
```
9393

0 commit comments

Comments
 (0)