uber / petastorm

Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
Apache License 2.0
1.8k stars 284 forks source link

fix typo "suffling" -> "shuffling" #722

Closed noxthot closed 3 years ago

noxthot commented 3 years ago

Fixing a typo within code comments

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

selitvin commented 3 years ago

Thanks, @noxthot ! Can you please resolve the CLA issue and I'll patch the fix in.

codecov[bot] commented 3 years ago

Codecov Report

Merging #722 (ce3e349) into master (8ebefb7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #722   +/-   ##
=======================================
  Coverage   86.16%   86.16%           
=======================================
  Files          84       84           
  Lines        5060     5060           
  Branches      787      787           
=======================================
  Hits         4360     4360           
  Misses        560      560           
  Partials      140      140           
Impacted Files Coverage Δ
petastorm/pytorch.py 93.57% <ø> (ø)
petastorm/spark/spark_dataset_converter.py 91.33% <ø> (ø)
petastorm/tf_utils.py 84.02% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8ebefb7...ce3e349. Read the comment docs.

noxthot commented 3 years ago

Done, @selitvin. Thanks for your fast feedback.

selitvin commented 3 years ago

Perfect. Thanks.