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

Deepcopy model in LibtaskModel #92

Merged
merged 4 commits into from
Nov 9, 2023
Merged

Deepcopy model in LibtaskModel #92

merged 4 commits into from
Nov 9, 2023

Conversation

FredericWantiez
Copy link
Member

Deepcopy the inner model in LibtaskModel, should allow to handle custom cases. Solves TuringLang/Turing.jl#2115 (comment)

@FredericWantiez FredericWantiez marked this pull request as ready for review November 8, 2023 21:23
Copy link
Contributor

github-actions bot commented Nov 8, 2023

Pull Request Test Coverage Report for Build 6816666650

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.098%

Totals Coverage Status
Change from base Build 6784648368: 0.0%
Covered Lines: 394
Relevant Lines: 410

💛 - Coveralls

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (955a562) 96.09% compared to head (f4cef27) 96.09%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #92   +/-   ##
=======================================
  Coverage   96.09%   96.09%           
=======================================
  Files           8        8           
  Lines         410      410           
=======================================
  Hits          394      394           
  Misses         16       16           
Files Coverage Δ
ext/AdvancedPSLibtaskExt.jl 93.75% <100.00%> (ø)

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

Copy link
Member

@yebai yebai left a comment

Choose a reason for hiding this comment

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

Looks good except two minor comments below!

Project.toml Outdated Show resolved Hide resolved
ext/AdvancedPSLibtaskExt.jl Show resolved Hide resolved
@yebai yebai merged commit 1e5dfdd into master Nov 9, 2023
14 of 19 checks passed
@yebai yebai deleted the fred/copy branch November 9, 2023 19:50
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