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

Release 4.0.0 #141

Merged
merged 10 commits into from
Dec 5, 2023
Merged

Release 4.0.0 #141

merged 10 commits into from
Dec 5, 2023

Conversation

Lakshidaa
Copy link
Collaborator

No description provided.

@Lakshidaa Lakshidaa self-assigned this Dec 5, 2023
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
env-users.yml Outdated Show resolved Hide resolved
@SGenheden
Copy link
Contributor

The plugins folder is missing

@codecov-commenter
Copy link

codecov-commenter commented Dec 5, 2023

Codecov Report

Attention: 92 lines in your changes are missing coverage. Please review.

Comparison is base (82f19c4) 80.02% compared to head (6e9e809) 84.06%.

Files Patch % Lines
aizynthfinder/tools/make_stock.py 26.31% 26 Missing and 2 partials ⚠️
aizynthfinder/context/scoring/scorers.py 89.87% 10 Missing and 6 partials ⚠️
aizynthfinder/context/config.py 80.00% 9 Missing and 2 partials ⚠️
aizynthfinder/context/stock/queries.py 77.27% 8 Missing and 2 partials ⚠️
aizynthfinder/search/mcts/node.py 89.06% 2 Missing and 5 partials ⚠️
aizynthfinder/interfaces/aizynthapp.py 50.00% 5 Missing ⚠️
aizynthfinder/search/retrostar/cost.py 86.66% 4 Missing ⚠️
aizynthfinder/aizynthfinder.py 84.61% 1 Missing and 1 partial ⚠️
aizynthfinder/analysis/utils.py 0.00% 1 Missing ⚠️
aizynthfinder/context/collection.py 50.00% 1 Missing ⚠️
... and 7 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   80.02%   84.06%   +4.04%     
==========================================
  Files          65       56       -9     
  Lines        4995     4676     -319     
  Branches      828      863      +35     
==========================================
- Hits         3997     3931      -66     
+ Misses        807      556     -251     
+ Partials      191      189       -2     

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

@@ -51,13 +51,14 @@ def __init__(self, mols: Sequence[TreeMolecule], config: Configuration) -> None:
self.is_solved = all(self.in_stock_list)
self.max_transforms = max(mol.transform for mol in self.mols)
self.is_terminal = (
self.max_transforms > config.max_transforms
self.max_transforms > config.search.max_transforms
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be ">=" not ">"

@Lakshidaa Lakshidaa merged commit 1667b7f into master Dec 5, 2023
2 checks passed
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.

None yet

3 participants