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

Fix test failures caused by is_welldefined(M3_to_M1) #2946

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

fingolfin
Copy link
Member

The test being edited produces random modules and random morphisms. If by bad look things are aligned badly, then the resulting morphism may be not well-defined, If that happens, just skip to the next test case.

Resolves #2876

The test being edited produces random modules and random morphisms. If
by bad look things are aligned badly, then the resulting morphism may be
not well-defined, If that happens, just skip to the next test case.
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #2946 (f9b2670) into master (866b277) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2946   +/-   ##
=======================================
  Coverage   80.29%   80.29%           
=======================================
  Files         468      468           
  Lines       66461    66461           
=======================================
+ Hits        53362    53363    +1     
+ Misses      13099    13098    -1     

see 1 file with indirect coverage changes

@fingolfin fingolfin enabled auto-merge (squash) October 23, 2023 12:19
@fingolfin
Copy link
Member Author

@wdecker @jankoboehm does this seems sensible to you?

@fingolfin fingolfin merged commit 5c0e24c into oscar-system:master Oct 23, 2023
15 of 19 checks passed
@fingolfin fingolfin deleted the mh/is_welldefined branch October 23, 2023 12:30
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.

UngradedModules: AssertionError: is_welldefined(M3_to_M1)
2 participants