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

Rm assert #4971

Merged
merged 1 commit into from Jun 27, 2019
Merged

Rm assert #4971

merged 1 commit into from Jun 27, 2019

Conversation

sbrunner
Copy link
Member

No description provided.

@sbrunner sbrunner added this to the 2.5 milestone Jun 25, 2019
@sbrunner sbrunner marked this pull request as ready for review June 25, 2019 13:43
@sbrunner sbrunner requested a review from fredj June 25, 2019 13:44
@@ -13,7 +13,7 @@ import angular from 'angular';
function magnitude2(a, b) {
let magnitudeSquared = 0;
for (let i = 0; i < a.length; ++i) {
magnitudeSquared += Math.pow(a[1] - b[1], 2);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping @gberaudo !

@sbrunner sbrunner merged commit a0bbc0f into master Jun 27, 2019
@sbrunner sbrunner deleted the rm-assert branch June 27, 2019 08:27
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.

None yet

2 participants