-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Esa hst fixing tests #2461
Conversation
Codecov Report
@@ 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 |
There was a problem hiding this 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'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the space looks superflous
There was a problem hiding this comment.
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] |
There was a problem hiding this comment.
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
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. |
fa74b15
to
c5a9543
Compare
Dear Astroquery team,
These changes have been made to fix issues 2107 and 2359.
Kind regards,
@esdc-esac-esa-int