spcl / daceml

A Data-Centric Compiler for Machine Learning
https://daceml.readthedocs.io
BSD 3-Clause "New" or "Revised" License
81 stars 14 forks source link

Fix inconsistent naming: pytorch to torch, fixes in tests #99

Closed orausch closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #99 (a0b901c) into master (bf73df5) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #99   +/-   ##
=======================================
  Coverage   67.39%   67.39%           
=======================================
  Files          58       58           
  Lines        6955     6955           
=======================================
  Hits         4687     4687           
  Misses       2268     2268           
Impacted Files Coverage Δ
daceml/autodiff/implementations/onnx_ops.py 59.67% <ø> (ø)
daceml/autodiff/torch.py 100.00% <ø> (ø)
daceml/torch/__init__.py 100.00% <ø> (ø)
daceml/torch/dispatchers/__init__.py 100.00% <ø> (ø)
daceml/torch/dispatchers/common.py 100.00% <ø> (ø)
daceml/torch/dlpack.py 94.94% <ø> (ø)
daceml/torch/environments/__init__.py 100.00% <ø> (ø)
daceml/torch/environments/pytorch_env.py 82.00% <ø> (ø)
daceml/autodiff/__init__.py 100.00% <100.00%> (ø)
daceml/torch/dispatchers/cpp_torch_extension.py 94.06% <100.00%> (ø)
... and 3 more

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 bf73df5...a0b901c. Read the comment docs.