Oulu-IMEDS / solt

Streaming over lightweight data transformations
https://oulu-imeds.github.io/solt/
MIT License
263 stars 19 forks source link

Random fix #19

Closed lext closed 5 years ago

lext commented 5 years ago

This PR replaces the np.random to random from python standard library.

Now the data will not be copied when data container is initialised. The user needs to do this manually if needed.

codecov-io commented 5 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #19   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          13     12    -1     
  Lines         941    941           
=====================================
  Hits          941    941
Impacted Files Coverage Δ
solt/core/_core.py 100% <100%> (ø) :arrow_up:
solt/transforms/_transforms.py 100% <100%> (ø) :arrow_up:
solt/base_transforms/_base_transforms.py 100% <100%> (ø) :arrow_up:
solt/data/_data.py 100% <100%> (ø) :arrow_up:
solt/__init__.py

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 a6495f1...27211c6. Read the comment docs.