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

Esa hst fixing tests #2461

Merged
merged 2 commits into from
Jul 11, 2022
Merged

Conversation

javier-ballester
Copy link
Contributor

Dear Astroquery team,

These changes have been made to fix issues 2107 and 2359.

Kind regards,

@esdc-esac-esa-int

@codecov
Copy link

codecov bot commented Jul 11, 2022

Codecov Report

Merging #2461 (fa74b15) into main (e99cf10) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2461   +/-   ##
=======================================
  Coverage   62.92%   62.92%           
=======================================
  Files         133      133           
  Lines       17300    17300           
=======================================
  Hits        10886    10886           
  Misses       6414     6414           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Member

@bsipocz bsipocz left a comment

Choose a reason for hiding this comment

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

Thank you!

I'm waiting for the remote tests to pass, and have these two minor comments which I'll address before merging.

@@ -103,7 +102,7 @@ def test_hap_composite_to_hap_simple(self):
def test_hap_simple_to_hap_composite(self):
esa_hubble = ESAHubble()
result = esa_hubble.get_member_observations('hst_16316_71_acs_sbc_f150lp_jec071i9')
assert result == ['hst_16316_71_acs_sbc_f150lp_jec071']
assert result == [' hst_16316_71_acs_sbc_total_jec071', 'hst_16316_71_acs_sbc_f150lp_jec071']
Copy link
Member

Choose a reason for hiding this comment

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

the space looks superflous

Copy link
Member

Choose a reason for hiding this comment

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

indeed the space is necessary, however, that is a big weird behaviour, is it maybe a bug @javier-ballester

CHANGES.rst Outdated
hst
^^^

- Fixed failing hst remote tests [#2461]
Copy link
Member

Choose a reason for hiding this comment

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

no changelog is needed for non user-facing changes or documentation only PRs

@bsipocz
Copy link
Member

bsipocz commented Jul 11, 2022

Actually, this doesn't address #2107, the temp files are still dumped into the main directory after running pytest, so I keep that issue open, but go ahead and merge the PR as it indeed addresses the failing tests.

@bsipocz bsipocz force-pushed the ESA_HST_fixing_tests branch from fa74b15 to c5a9543 Compare July 11, 2022 16:12
@bsipocz bsipocz merged commit 292ef51 into astropy:main Jul 11, 2022
@bsipocz bsipocz mentioned this pull request Jul 11, 2022
28 tasks
@javier-ballester javier-ballester deleted the ESA_HST_fixing_tests branch July 12, 2022 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing ESA remote tests
2 participants