Skip to content

changes for 2025.07 #3479

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

Merged
merged 2 commits into from
Jul 11, 2025
Merged

changes for 2025.07 #3479

merged 2 commits into from
Jul 11, 2025

Conversation

antgonza
Copy link
Member

No description provided.

@antgonza antgonza changed the title changes for 2025.07 [WIP] changes for 2025.07 Jul 11, 2025
@@ -482,12 +482,12 @@ def test_mark_messages(self):
user.mark_messages([1, 2])
obs = user.messages()
exp = [True, True, False]
self.assertEqual([x[3] for x in obs], exp)
self.assertCountEqual([x[3] for x in obs], exp)
Copy link
Member Author

Choose a reason for hiding this comment

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

Note that this code hasn't changed in a long time; however, this failed during the last CI run due to different order. Thus, changing to assertCountEqual as it checks for values but not order.

{% if creation_job_artifact_summary is not None %}
<a class="btn btn-default" target="_blank" href="{% raw qiita_config.portal_dir %}/artifact/html_summary/{{creation_job_artifact_summary}}"><span class="glyphicon glyphicon-download-alt"></span> Creation Job Output</a>

{% if editable and creation_job is not None and creation_job_artifact_summary is not None %}
Copy link
Member Author

Choose a reason for hiding this comment

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

This change to the html template is to support the results of the SPP new results Human Filter & QC existing Prep and partially address: #3477.

@coveralls
Copy link

Coverage Status

coverage: 92.25%. remained the same
when pulling 2ce6ca3 on antgonza:changes-2025.07
into 061c965 on qiita-spots:dev.

@antgonza antgonza changed the title [WIP] changes for 2025.07 changes for 2025.07 Jul 11, 2025
@antgonza antgonza merged commit 26a764b into qiita-spots:dev Jul 11, 2025
4 checks passed
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.

3 participants