-
Notifications
You must be signed in to change notification settings - Fork 18
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
♻️ Move simulation to own module #1041
Conversation
@s-weigand I tried to create a deprecation test like |
Benchmark is done. Checkout the benchmark result page. Benchmark diff v0.5.1 vs. mainParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
Benchmark diff main vs. PRParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
|
a6a182a
to
124ef50
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1041 +/- ##
=====================================
Coverage 87.1% 87.1%
=====================================
Files 101 102 +1
Lines 5379 5381 +2
Branches 995 995
=====================================
+ Hits 4689 4691 +2
Misses 536 536
Partials 154 154 ☔ View full report in Codecov by Sentry. |
@joernweissenborn the problem with the test was that we don't warn when you import the module (this would be to spammy) but when you use something of it (see a9919c2) |
124ef50
to
4eabd23
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This PR moves all simulation code into a new
simulation
module.Change summary
glotaran.simulation
glotaran.analysis.simulation
Checklist