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

Add logging to ALNS library #68

Merged
merged 4 commits into from
May 18, 2022
Merged

Add logging to ALNS library #68

merged 4 commits into from
May 18, 2022

Conversation

N-Wouda
Copy link
Owner

@N-Wouda N-Wouda commented May 18, 2022

Closes #66

@codecov
Copy link

codecov bot commented May 18, 2022

Codecov Report

Merging #68 (f4b7848) into master (639a616) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #68   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines          367       383   +16     
=========================================
+ Hits           367       383   +16     
Impacted Files Coverage Δ
alns/ALNS.py 100.00% <100.00%> (ø)
alns/accept/RecordToRecordTravel.py 100.00% <100.00%> (ø)
alns/accept/SimulatedAnnealing.py 100.00% <100.00%> (ø)
alns/stop/MaxIterations.py 100.00% <100.00%> (ø)
alns/stop/MaxRuntime.py 100.00% <100.00%> (ø)
alns/weights/SegmentedWeights.py 100.00% <100.00%> (ø)

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 639a616...f4b7848. Read the comment docs.

That's only from Py3.8 onwards, and we also support Py3.7
@N-Wouda N-Wouda merged commit 3761cc4 into master May 18, 2022
@N-Wouda N-Wouda deleted the logging branch May 18, 2022 10:10
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.

Logging
1 participant