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

Simulated annealing #49

Open
wants to merge 51 commits into
base: main
Choose a base branch
from
Open

Simulated annealing #49

wants to merge 51 commits into from

Conversation

jqdq
Copy link
Member

@jqdq jqdq commented Aug 15, 2023

No description provided.

@jqdq jqdq self-assigned this Aug 15, 2023
@jqdq jqdq linked an issue Aug 15, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Attention: Patch coverage is 32.60188% with 215 lines in your changes are missing coverage. Please review.

Project coverage is 45.42%. Comparing base (b6dd0ee) to head (46b76e2).
Report is 1 commits behind head on main.

❗ Current head 46b76e2 differs from pull request most recent head 7abcffb. Consider uploading reports for the commit 7abcffb to get more accurate results

Files Patch % Lines
platyrhynchos/cruciverbalist/local_goal.py 0.00% 58 Missing ⚠️
platyrhynchos/crossword/word.py 0.00% 46 Missing ⚠️
platyrhynchos/scripts.py 0.00% 41 Missing ⚠️
...latyrhynchos/cruciverbalist/letter_frequency_en.py 0.00% 21 Missing ⚠️
platyrhynchos/crossword/improvable.py 43.33% 17 Missing ⚠️
platyrhynchos/crossword/colrow.py 61.29% 12 Missing ⚠️
platyrhynchos/commons/misc.py 59.09% 9 Missing ⚠️
platyrhynchos/cruciverbalist/old_base.py 50.00% 5 Missing ⚠️
platyrhynchos/crossword/base.py 57.14% 3 Missing ⚠️
...latyrhynchos/cruciverbalist/exclusive_word_base.py 93.54% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
- Coverage   54.36%   45.42%   -8.95%     
==========================================
  Files          21       25       +4     
  Lines         664      918     +254     
==========================================
+ Hits          361      417      +56     
- Misses        303      501     +198     

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

Copy link

guardrails bot commented May 13, 2024

⚠️ We detected 5 security issues in this pull request:

Vulnerable Libraries (5)
Severity Details
High pkg:npm/react-scripts@5.0.1 upgrade to: > 5.0.1
Informational pkg:npm/workbox-webpack-plugin@7.0.0 upgrade to: > 7.0.0
Critical pkg:npm/babel-plugin-transform-class-properties@6.24.1 upgrade to: > 6.24.1
Critical pkg:npm/babel-plugin-transform-es2015-modules-commonjs@6.26.2 upgrade to: > 6.26.2
High pkg:npm/webpack-dev-server@4.15.1 upgrade to: > 4.15.1

More info on how to fix Vulnerable Libraries in JavaScript.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

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.

Optimization of crosswords with word removal
1 participant