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

testvalue update #149

Merged
merged 2 commits into from
Sep 27, 2024
Merged

testvalue update #149

merged 2 commits into from
Sep 27, 2024

Conversation

cscherrer
Copy link
Collaborator

Changed

  • Changed testvalue from testvalue(μ) = rand(FixedRNG(), μ) to testvalue(μ) = testvalue(Float64, μ). This seems like a better dispatch pattern
  • Updated version number from 0.14.11 to 0.14.12 in Project.toml

Removed

  • Deleted src/absolutecontinuity.jl file, removing functionality related to absolute continuity and measure equivalence
  • Removed export of ≪ symbol in src/MeasureBase.jl
  • Removed commented-out include statement for absolutecontinuity.jl in src/MeasureBase.jl
  • Removed ≪ method implementations for WeightedMeasure in src/combinators/weighted.jl

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 53.97%. Comparing base (ae7d854) to head (9e1d332).

Files with missing lines Patch % Lines
src/utils.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #149      +/-   ##
==========================================
+ Coverage   53.89%   53.97%   +0.08%     
==========================================
  Files          43       43              
  Lines        1221     1219       -2     
==========================================
  Hits          658      658              
+ Misses        563      561       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oschulz oschulz merged commit 3d1084f into main Sep 27, 2024
9 of 12 checks passed
@oschulz oschulz deleted the cs-dev branch September 27, 2024 17:07
@oschulz
Copy link
Collaborator

oschulz commented Sep 27, 2024

Thanks!

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