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] Neighbours - support Table derived output types #5986

Merged
merged 1 commit into from
May 27, 2022

Conversation

PrimozGodec
Copy link
Contributor

Issue

Neighbours always returns Table regardless of input type. For example if Corpus on input the output will still be Table.

Description of changes

Fix output to be of the same Table derived type as an input.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #5986 (819c859) into master (25ba55a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #5986   +/-   ##
=======================================
  Coverage   86.42%   86.42%           
=======================================
  Files         315      315           
  Lines       67164    67163    -1     
=======================================
  Hits        58044    58044           
+ Misses       9120     9119    -1     

@noahnovsak noahnovsak merged commit 6aaad1c into biolab:master May 27, 2022
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