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 subspace already occupied error #626

Merged
merged 2 commits into from
May 29, 2020
Merged

Conversation

anilcse
Copy link
Contributor

@anilcse anilcse commented May 29, 2020


name: Pull Request
about: Submit a pull request
title: ''
labels: ''
assignees: '@boz @gosuri'


Description

Motivation and Context

  • I have raised an issue to propose this change (required)
  • My issue has received approval from the maintainers or lead with the design/approved label

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have signed-off my commits with git commit -s
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov
Copy link

codecov bot commented May 29, 2020

Codecov Report

Merging #626 into master will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #626      +/-   ##
==========================================
- Coverage   22.13%   22.13%   -0.01%     
==========================================
  Files         127      127              
  Lines        6342     6343       +1     
==========================================
  Hits         1404     1404              
- Misses       4861     4862       +1     
  Partials       77       77              
Impacted Files Coverage Δ
app/app.go 88.52% <0.00%> (-0.37%) ⬇️

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 0bf96e2...d19a75c. Read the comment docs.

@jackzampolin jackzampolin merged commit 5613967 into master May 29, 2020
@jackzampolin jackzampolin deleted the fix_subspace_issue branch May 29, 2020 19:37
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