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

Datapipe Slicing #348

Merged
merged 6 commits into from
Nov 17, 2021
Merged

Datapipe Slicing #348

merged 6 commits into from
Nov 17, 2021

Conversation

lawrence-mbf
Copy link
Collaborator

Fixes #337

It should be impossible for DataPipe to be appended with itself and the check causes
issues because it uses the `size` function. This is already overridden in DataPipe to
display its max size.
To keep things simple when using subsref, we presume all function calls return only 1
output.
column-vector priority for MATLAB indexing.
@cechava cechava self-requested a review November 17, 2021 20:12
@codecov
Copy link

codecov bot commented Nov 17, 2021

Codecov Report

Merging #348 (7c2365f) into master (3733a86) will increase coverage by 0.08%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #348      +/-   ##
==========================================
+ Coverage   85.14%   85.22%   +0.08%     
==========================================
  Files         120      120              
  Lines        4282     4306      +24     
==========================================
+ Hits         3646     3670      +24     
  Misses        636      636              
Impacted Files Coverage Δ
+types/+untyped/DataPipe.m 67.34% <75.00%> (+4.25%) ⬆️
+tests/+unit/dataPipeTest.m 96.87% <100.00%> (+1.42%) ⬆️
+types/+untyped/DataStub.m 93.56% <100.00%> (ø)
+types/+untyped/+datapipe/guessChunkSize.m 95.23% <0.00%> (+4.76%) ⬆️

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 3733a86...7c2365f. Read the comment docs.

@lawrence-mbf lawrence-mbf merged commit 1b3d9e4 into master Nov 17, 2021
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.

standard matrix slicing not supported for DataPipe object
2 participants