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

Feature/min poly flow #12

Merged
merged 17 commits into from
May 27, 2021
Merged

Feature/min poly flow #12

merged 17 commits into from
May 27, 2021

Conversation

zhuny
Copy link
Owner

@zhuny zhuny commented May 27, 2021

  • Minimal Polynomial을 구하기 위한 ideal 계산

algebra/number/util.py Outdated Show resolved Hide resolved
algebra/polynomial/multi_variable.py Show resolved Hide resolved
algebra/polynomial/polynomial.py Outdated Show resolved Hide resolved
algebra/tests/test_multi_variable.py Show resolved Hide resolved
@codecov
Copy link

codecov bot commented May 27, 2021

Codecov Report

Merging #12 (5505251) into master (bceacbd) will decrease coverage by 0.97%.
The diff coverage is 94.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   98.75%   97.77%   -0.98%     
==========================================
  Files          16       18       +2     
  Lines         724      945     +221     
==========================================
+ Hits          715      924     +209     
- Misses          9       21      +12     
Impacted Files Coverage Δ
algebra/polynomial/multi_variable.py 88.88% <84.21%> (-2.12%) ⬇️
algebra/polynomial/polynomial.py 96.05% <93.10%> (-3.95%) ⬇️
algebra/calc/grobner_basis.py 100.00% <100.00%> (ø)
algebra/number/util.py 100.00% <100.00%> (ø)
algebra/tests/test_multi_variable.py 100.00% <100.00%> (ø)
algebra/tests/test_polynomial.py 100.00% <100.00%> (ø)
algebra/util/queue.py 100.00% <100.00%> (ø)
algebra/util/zero_dict.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75be4a5...5505251. Read the comment docs.

@zhuny zhuny merged commit 1b92cc2 into master May 27, 2021
@zhuny zhuny deleted the feature/min-poly-flow branch May 27, 2021 15:22
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