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

Avoid duplication of precomputed data when cloning Models #22

Merged
merged 2 commits into from
Jul 30, 2024

fix: place `Model` amplitudes under a `Arc<RwLock<Amplitude<F>>>` to …

23080db
Select commit
Loading
Failed to load commit list.
Merged

Avoid duplication of precomputed data when cloning Models #22

fix: place `Model` amplitudes under a `Arc<RwLock<Amplitude<F>>>` to …
23080db
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 30, 2024 in 0s

60.00% of diff hit (target 17.72%)

View this Pull Request on Codecov

60.00% of diff hit (target 17.72%)

Annotations

Check warning on line 102 in crates/rustitude-core/src/manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/rustitude-core/src/manager.rs#L102

Added line #L102 was not covered by tests

Check warning on line 107 in crates/rustitude-core/src/manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/rustitude-core/src/manager.rs#L105-L107

Added lines #L105 - L107 were not covered by tests

Check warning on line 134 in crates/rustitude-core/src/manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/rustitude-core/src/manager.rs#L134

Added line #L134 was not covered by tests

Check warning on line 138 in crates/rustitude-core/src/manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/rustitude-core/src/manager.rs#L138

Added line #L138 was not covered by tests

Check warning on line 177 in crates/rustitude-core/src/manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/rustitude-core/src/manager.rs#L177

Added line #L177 was not covered by tests

Check warning on line 183 in crates/rustitude-core/src/manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/rustitude-core/src/manager.rs#L183

Added line #L183 was not covered by tests