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

Introduce RingFilter and RingElementFilter #599

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

zickgraf
Copy link
Member

This more or less corresponds to CategoryFilter and ObjectFilter etc. in CAP and is needed to handle commutative rings of linear categories in a clean way in CAP. Note: I have not covered all homalg rings. If you want to cover more rings, maybe we can do this together. If a ring is not covered, CAP will simply fall back to IsRing and IsRingElement, so the type checking is less strict, but nothing breaks.

Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (01105c1) 70.57% compared to head (0aa5539) 70.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #599   +/-   ##
=======================================
  Coverage   70.57%   70.57%           
=======================================
  Files         439      439           
  Lines       72188    72200   +12     
=======================================
+ Hits        50945    50955   +10     
- Misses      21243    21245    +2     
Flag Coverage Δ
4ti2Interface 50.00% <ø> (ø)
ExamplesForHomalg 96.98% <ø> (ø)
Gauss 80.45% <ø> (ø)
GaussForHomalg 95.41% <100.00%> (+0.03%) ⬆️
GradedModules 79.70% <ø> (ø)
GradedRingForHomalg 72.72% <ø> (ø)
HomalgToCAS 72.06% <100.00%> (-0.06%) ⬇️
IO_ForHomalg 70.78% <ø> (ø)
LocalizeRingForHomalg 61.23% <ø> (ø)
MatricesForHomalg 70.07% <100.00%> (+<0.01%) ⬆️
Modules 77.74% <ø> (ø)
RingsForHomalg 46.89% <ø> (ø)
SCO 80.27% <ø> (ø)
ToolsForHomalg 68.78% <100.00%> (+0.02%) ⬆️
homalg 73.61% <ø> (ø)

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.

@mohamed-barakat mohamed-barakat merged commit 03e550b into homalg-project:master Nov 30, 2023
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.

2 participants