Skip to content

Fix bug in live visualizer setup with implicit hooks#1034

Merged
dwhswenson merged 2 commits into
openpathsampling:masterfrom
hejung:fix_live_visualizer
Jul 12, 2021
Merged

Fix bug in live visualizer setup with implicit hooks#1034
dwhswenson merged 2 commits into
openpathsampling:masterfrom
hejung:fix_live_visualizer

Conversation

@hejung

@hejung hejung commented Jul 11, 2021

Copy link
Copy Markdown
Contributor

fixes #1033

@codecov

codecov Bot commented Jul 11, 2021

Copy link
Copy Markdown

Codecov Report

Merging #1034 (01b6d8c) into master (6043dac) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1034      +/-   ##
==========================================
+ Coverage   81.51%   81.54%   +0.02%     
==========================================
  Files         140      140              
  Lines       15399    15400       +1     
==========================================
+ Hits        12553    12558       +5     
+ Misses       2846     2842       -4     
Impacted Files Coverage Δ
openpathsampling/pathsimulators/path_sampling.py 75.36% <100.00%> (+3.09%) ⬆️

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 6043dac...01b6d8c. Read the comment docs.

This will check that setting sim.live_visualizer works.
@dwhswenson dwhswenson added the bugfix PRs fixing bugs label Jul 12, 2021
@dwhswenson dwhswenson changed the title fix for #1033 Fix bug in live visualizer setup with implicit hooks Jul 12, 2021
@dwhswenson

Copy link
Copy Markdown
Member

@hejung : I added a test to quiet the complaints from CodeCov (plus, this test actually covers the issue -- fails in old code, passes in new). Please take a look and see if there's anything you want to change in them. One I have your approval on that, this is ready to merge!

@hejung

hejung commented Jul 12, 2021

Copy link
Copy Markdown
Contributor Author

perfect!

@dwhswenson dwhswenson merged commit e8b091c into openpathsampling:master Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PRs fixing bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Live Visualizer bug after hooks updates

2 participants