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

Add Meriones unguiculatus to species list #1546

Merged
merged 2 commits into from
Nov 29, 2024
Merged

Conversation

kabilar
Copy link
Member

@kabilar kabilar commented Nov 29, 2024

@kabilar kabilar requested a review from jwodder November 29, 2024 04:28
Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.54%. Comparing base (8326a83) to head (a8a5a94).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1546      +/-   ##
==========================================
+ Coverage   88.45%   88.54%   +0.08%     
==========================================
  Files          78       78              
  Lines       10718    10718              
==========================================
+ Hits         9481     9490       +9     
+ Misses       1237     1228       -9     
Flag Coverage Δ
unittests 88.54% <ø> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -394,6 +394,12 @@ def extract_cellLine(metadata: dict) -> str | None:
NCBITAXON_URI_TEMPLATE.format("9545"),
"Macaca nemestrina",
),
(
["Mongolian gerbil", "Mongolian jird"],
Copy link
Member

Choose a reason for hiding this comment

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

These need to be lowercase.

Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
["Mongolian gerbil", "Mongolian jird"],
["mongolian gerbil", "mongolian jird"],

Copy link
Member

Choose a reason for hiding this comment

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

ideally IMHO we should make code robust to specification here and just .lower() then when matching. Or do you see an issue with that @jwodder ?

@yarikoptic yarikoptic merged commit 5215b37 into dandi:master Nov 29, 2024
24 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