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

Fixed bug: 'Cannot read property each of undefined', fixed points size #2307

Merged
merged 3 commits into from
Oct 12, 2020

Conversation

bsekachev
Copy link
Member

@bsekachev bsekachev commented Oct 12, 2020

Motivation and context

Resolved #2306

How has this been tested?

Manual testing

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

@bsekachev bsekachev added bug Something isn't working need test labels Oct 12, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 66.695% when pulling b5c155c on bs/fixed_bug into 796a8d3 on develop.

@bsekachev
Copy link
Member Author

This is quite critical fix, I will merge it without review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Cannot read property 'each' of undefined
2 participants