Skip to content

Conversation

mloubout
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e8ecf41) 86.91% compared to head (747f4d0) 86.92%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2271   +/-   ##
=======================================
  Coverage   86.91%   86.92%           
=======================================
  Files         229      229           
  Lines       42150    42156    +6     
  Branches     7787     7787           
=======================================
+ Hits        36635    36643    +8     
+ Misses       4866     4863    -3     
- Partials      649      650    +1     

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

@@ -649,6 +659,8 @@ class CHARP(CastStar):
(np.int8, '*'): CHARP,
(np.uint8, '*'): CHARP,
(int, '*'): INTP, # noqa
(np.uint16, '*'): INTP, # noqa
Copy link
Contributor

Choose a reason for hiding this comment

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

this should actually be USHORTP (to be added) ?

@FabioLuporini FabioLuporini changed the title compiler: add missing numpy dtypes compiler: Add missing numpy dtypes Nov 21, 2023
@FabioLuporini FabioLuporini merged commit 21ef56c into master Nov 21, 2023
@FabioLuporini FabioLuporini deleted the short-ctype branch November 21, 2023 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants