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

concat_dim for auto_combine for a single object is now respected #2048

Merged
merged 2 commits into from
Apr 10, 2018

Conversation

WeatherGod
Copy link
Contributor

@@ -2039,6 +2039,22 @@ def test_open_dataset(self):
self.assertIsInstance(actual.foo.variable.data, np.ndarray)
assert_identical(original, actual)


def test_open_single_dataset(self):
Copy link
Contributor

Choose a reason for hiding this comment

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

E303 too many blank lines (2)

'y': (('baz', 'z'), [[1, 2]])},
{'baz': [100]})
assert_identical(expected, actual)

Copy link
Contributor

Choose a reason for hiding this comment

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

W391 blank line at end of file

@WeatherGod
Copy link
Contributor Author

Travis failures seem to be unrelated?

@shoyer
Copy link
Member

shoyer commented Apr 10, 2018

Travis failures seem to be unrelated?

Yes, see #2050

@shoyer
Copy link
Member

shoyer commented Apr 10, 2018

Looks good to me. Could you kindly add a release note in what's new?

@WeatherGod
Copy link
Contributor Author

What's new entry added.

@shoyer shoyer merged commit 72b4e21 into pydata:master Apr 10, 2018
@shoyer
Copy link
Member

shoyer commented Apr 10, 2018

OK, thanks!

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.

open_mfdataset() on a single file drops the concat_dim
3 participants