Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Fixes incorrect definition of layout for SeriesType #1001

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kozlov-alexey
Copy link
Contributor

Details: definition of underlying data type of Series was
done from PyObject dtype only and didn't take into account
layout of original array, as a result 'C' layout was always
inferred, where the original array might have other layout,
which breaks iteration with such columns.

Fixes #996.

@pep8speaks
Copy link

pep8speaks commented Dec 21, 2021

Hello @kozlov-alexey! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2021-12-21 21:53:14 UTC

Details: definition of underlying data type of Series was
done from PyObject dtype only and didn't take into account
layout of original array, as a result 'C' layout was always
inferred, where the original array might have other layout,
breaking iteration over such Series (DF columns).

Fixes IntelPython#996.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] python and sdc-compiled functions generate different output with same input
2 participants