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

Fix broadcast bug in initialize_embedding #21

Merged
merged 2 commits into from
Dec 17, 2019
Merged

Fix broadcast bug in initialize_embedding #21

merged 2 commits into from
Dec 17, 2019

Conversation

baggepinnen
Copy link
Contributor

The previous behavior threw an error and was probably not what is intended. This PR removes the allocations created by randn(size)

The previous behavior threw an error and was probably not what is intended. This PR removes the allocations created by `randn(size)`
@codecov-io
Copy link

codecov-io commented Dec 17, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@866faf4). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #21   +/-   ##
=========================================
  Coverage          ?   91.72%           
=========================================
  Files             ?        3           
  Lines             ?      133           
  Branches          ?        0           
=========================================
  Hits              ?      122           
  Misses            ?       11           
  Partials          ?        0
Impacted Files Coverage Δ
src/umap_.jl 90.47% <0%> (ø)

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 866faf4...d44736e. Read the comment docs.

src/umap_.jl Outdated Show resolved Hide resolved
Co-Authored-By: Dillon Daudert <[email protected]>
@dillondaudert dillondaudert merged commit 24adafb into dillondaudert:master Dec 17, 2019
@baggepinnen baggepinnen deleted the patch-1 branch December 17, 2019 23:56
kragol pushed a commit to kragol/UMAP.jl that referenced this pull request Sep 15, 2020
Fix broadcast bug in initialize_embedding
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.

3 participants