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

[WIP] Fix RTHP results serialization and test results load #550

Merged
merged 6 commits into from
Sep 14, 2023

ignore a couple of wrong mypy flags

394f847
Select commit
Loading
Failed to load commit list.
Merged

[WIP] Fix RTHP results serialization and test results load #550

ignore a couple of wrong mypy flags
394f847
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 11, 2023 in 1s

90.93% (-0.06%) compared to ab271ba

View this Pull Request on Codecov

90.93% (-0.06%) compared to ab271ba

Details

Codecov Report

Patch coverage: 90.00% and project coverage change: -0.06% ⚠️

Comparison is base (ab271ba) 90.99% compared to head (394f847) 90.93%.
Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #550      +/-   ##
==========================================
- Coverage   90.99%   90.93%   -0.06%     
==========================================
  Files         114      117       +3     
  Lines        6882     7163     +281     
==========================================
+ Hits         6262     6514     +252     
- Misses        620      649      +29     
Files Changed Coverage Δ
openfe/tests/conftest.py 100.00% <ø> (ø)
...tests/protocols/test_openmm_equil_rfe_protocols.py 89.06% <41.66%> (-0.25%) ⬇️
openfe/protocols/openmm_rfe/equil_rfe_methods.py 86.46% <45.45%> (-7.07%) ⬇️
...enfe/protocols/openmm_utils/multistate_analysis.py 92.96% <92.96%> (ø)
openfe/analysis/__init__.py 100.00% <100.00%> (ø)
openfe/analysis/plotting.py 100.00% <100.00%> (ø)
openfe/protocols/openmm_rfe/equil_rfe_settings.py 100.00% <100.00%> (ø)
openfe/protocols/openmm_utils/omm_settings.py 84.48% <100.00%> (ø)
openfe/setup/ligand_network_planning.py 100.00% <100.00%> (ø)
openfe/tests/protocols/conftest.py 60.60% <100.00%> (+3.93%) ⬆️
... and 12 more

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