Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix io_pyro prior dims #1071

Merged
merged 2 commits into from
Feb 20, 2020
Merged

Conversation

nitishp25
Copy link
Contributor

Description

Currently, io_pyro adds an extra dim to the data variables in prior. This is because the pyro data is 2D (column vector) and calling expand_dims on this creates a 3D variable with an unwanted dim.
This is to fix that behaviour.

Checklist

  • Follows official PR format
  • Code style correct (follows pylint and black guidelines)

@nitishp25 nitishp25 requested a review from OriolAbril February 16, 2020 07:29
Copy link
Member

@OriolAbril OriolAbril left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add this to the changelog

@OriolAbril OriolAbril merged commit 7106a61 into arviz-devs:master Feb 20, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants