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

Support for arbitrary ring morphisms with number field domains #1324

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

thofma
Copy link
Owner

@thofma thofma commented Dec 15, 2023

No description provided.

@@ -322,7 +322,7 @@ function map_data_type(T::Type{<: NfRel}, L::Type{<:Any})
MapDataFromNfRel{elem_type(L), map_data_type(base_field_type(T), L)}
end

map_data_type(K::NfRel, L::NumField) = map_data_type(typeof(K), typeof(L))
map_data_type(K::NfRel, L::Ring) = map_data_type(typeof(K), typeof(L))
Copy link
Contributor

Choose a reason for hiding this comment

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

This is duplicate to line 1041

Copy link
Owner Author

Choose a reason for hiding this comment

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

Hm yes, all the f(x, y) = f(typeof(x), typeof(y)) could be consolidated. But I don't have time for this clean up now.

@thofma thofma merged commit 1a8328c into master Dec 15, 2023
15 checks passed
@thofma thofma deleted the th/mapmap branch December 15, 2023 11:37
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