Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add normal, standard_normal #858

Merged
merged 4 commits into from Sep 16, 2021
Merged

add normal, standard_normal #858

merged 4 commits into from Sep 16, 2021

Conversation

mtar
Copy link
Collaborator

@mtar mtar commented Aug 25, 2021

Description

Convenient function to draw samples from a generic normal distribution.

Issue/s resolved: #855

Changes proposed:

  • normal
  • standard_normal

Type of change

  • New feature

Due Diligence

  • All split configurations tested
  • Multiple dtypes tested in relevant functions
  • Documentation updated (if needed)
  • Updated changelog.md under the title "Pending Additions"

Does this change modify the behaviour of other functions? If so, which?

no

@codecov
Copy link

codecov bot commented Aug 25, 2021

Codecov Report

Merging #858 (2e406e2) into master (45d4a00) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #858   +/-   ##
=======================================
  Coverage   95.45%   95.46%           
=======================================
  Files          64       64           
  Lines        9382     9396   +14     
=======================================
+ Hits         8956     8970   +14     
  Misses        426      426           
Flag Coverage Δ
gpu 94.63% <100.00%> (+<0.01%) ⬆️
unit 91.24% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
heat/core/random.py 99.66% <100.00%> (+0.01%) ⬆️

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 45d4a00...2e406e2. Read the comment docs.

coquelin77
coquelin77 previously approved these changes Sep 16, 2021
@coquelin77 coquelin77 merged commit 631f113 into master Sep 16, 2021
@coquelin77 coquelin77 deleted the feature/855-normaldist branch September 16, 2021 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

random.normal
2 participants