Skip to content

Fixed a check of non-equality between frames in a test#10300

Merged
mhvk merged 1 commit intoastropy:masterfrom
ayshih:quick_fix
May 4, 2020
Merged

Fixed a check of non-equality between frames in a test#10300
mhvk merged 1 commit intoastropy:masterfrom
ayshih:quick_fix

Conversation

@ayshih
Copy link
Contributor

@ayshih ayshih commented May 4, 2020

Fixes #10297

The test had a !=, which now raises an error after #10154. It has been replaced with not ... ._is_equivalent_frame(), which works after #10290.

@pllim pllim added Affects-dev PRs and issues that do not impact an existing Astropy release testing labels May 4, 2020
@pllim pllim added this to the v4.1 milestone May 4, 2020
@pllim pllim added the Bug label May 4, 2020
@pllim
Copy link
Member

pllim commented May 4, 2020

This test diff implies API change that is not backward compatible. I'll let the people involved with the original PR to review this. Thanks!

@pllim pllim requested review from adrn, eteq, mhvk and taldcroft May 4, 2020 18:49
Copy link
Contributor

@mhvk mhvk left a comment

Choose a reason for hiding this comment

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

Thanks, this looks good! I think the initial test was really not quite right, so fine to just merge this as affects_dev (which I'll do)

@mhvk mhvk merged commit 4d36e75 into astropy:master May 4, 2020
@ayshih ayshih deleted the quick_fix branch October 21, 2020 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Affects-dev PRs and issues that do not impact an existing Astropy release Bug coordinates testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TST: test_highlevel_api_remote failed with TypeError

3 participants