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

Gradual computations. Experiment/proof of concept #377

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

WhiteBlackGoose
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented Apr 14, 2021

Codecov Report

Merging #377 (87a86a8) into master (53b1a56) will decrease coverage by 80.47%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #377       +/-   ##
==========================================
- Coverage   80.47%   0.00%   -80.48%     
==========================================
  Files         144     146        +2     
  Lines       10852   10864       +12     
  Branches     1668    1671        +3     
==========================================
- Hits         8733       0     -8733     
- Misses       1623   10864     +9241     
+ Partials      496       0      -496     
Impacted Files Coverage Δ
...urces/AngouriMath/Core/Exceptions/Interruptions.cs 0.00% <0.00%> (ø)
...th/Core/Multithreading/MultithreadingFunctional.cs 0.00% <0.00%> (-100.00%) ⬇️
Sources/AngouriMath/Core/QuotaGC/QuotaCounter.cs 0.00% <0.00%> (ø)
Sources/AngouriMath/Core/Domains.cs 0.00% <0.00%> (-100.00%) ⬇️
Sources/AngouriMath/Core/Domains.Classes.cs 0.00% <0.00%> (-100.00%) ⬇️
Sources/AngouriMath/Core/Domains.Definition.cs 0.00% <0.00%> (-100.00%) ⬇️
...ources/AngouriMath/Functions/Boolean/Simplifier.cs 0.00% <0.00%> (-100.00%) ⬇️
...s/AngouriMath/Functions/Output/Latex.Definition.cs 0.00% <0.00%> (-100.00%) ⬇️
...AngouriMath/Functions/TreeAnalyzer/LongDivision.cs 0.00% <0.00%> (-100.00%) ⬇️
...ngouriMath/Functions/Output/Latex/Latex.Classes.cs 0.00% <0.00%> (-100.00%) ⬇️
... and 135 more

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 53b1a56...87a86a8. Read the comment docs.

@codecov-commenter
Copy link

codecov-commenter commented Apr 16, 2021

Codecov Report

Merging #377 (23649c3) into master (53b1a56) will decrease coverage by 80.47%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #377       +/-   ##
==========================================
- Coverage   80.47%   0.00%   -80.48%     
==========================================
  Files         144     146        +2     
  Lines       10852   10864       +12     
  Branches     1668    1671        +3     
==========================================
- Hits         8733       0     -8733     
- Misses       1623   10864     +9241     
+ Partials      496       0      -496     
Impacted Files Coverage Δ
...urces/AngouriMath/Core/Exceptions/Interruptions.cs 0.00% <0.00%> (ø)
...th/Core/Multithreading/MultithreadingFunctional.cs 0.00% <0.00%> (-100.00%) ⬇️
Sources/AngouriMath/Core/QuotaGC/QuotaCounter.cs 0.00% <0.00%> (ø)
Sources/AngouriMath/Core/Domains.cs 0.00% <0.00%> (-100.00%) ⬇️
Sources/AngouriMath/Core/Domains.Classes.cs 0.00% <0.00%> (-100.00%) ⬇️
Sources/AngouriMath/Core/Domains.Definition.cs 0.00% <0.00%> (-100.00%) ⬇️
...ources/AngouriMath/Functions/Boolean/Simplifier.cs 0.00% <0.00%> (-100.00%) ⬇️
...s/AngouriMath/Functions/Output/Latex.Definition.cs 0.00% <0.00%> (-100.00%) ⬇️
...AngouriMath/Functions/TreeAnalyzer/LongDivision.cs 0.00% <0.00%> (-100.00%) ⬇️
...ngouriMath/Functions/Output/Latex/Latex.Classes.cs 0.00% <0.00%> (-100.00%) ⬇️
... and 135 more

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 53b1a56...23649c3. Read the comment docs.

@WhiteBlackGoose
Copy link
Member Author

Hope we will be doing this in 1.4

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.

None yet

3 participants