Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Fixes incorrect definition of layout for SeriesType #1001

Open
kozlov-alexey wants to merge 1 commit into IntelPython:master
base: master
Choose a base branch
Loading
from kozlov-alexey:bugfix/issue_996

Conversation

@kozlov-alexey
Copy link
Contributor

@kozlov-alexey kozlov-alexey commented Dec 21, 2021

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.

Copy link

pep8speaks commented Dec 21, 2021
edited
Loading

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.

Reviewers

@AlexanderKalistratov AlexanderKalistratov Awaiting requested review from AlexanderKalistratov

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

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

AltStyle によって変換されたページ (->オリジナル) /