Skip to content

Commit

Permalink
small iprovments
Browse files Browse the repository at this point in the history
  • Loading branch information
wiederm committed Sep 27, 2023
1 parent 384ff6e commit 78759b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions stability_test/vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import pandas as pd

from stability_test.analysis import PropertyCalculator
import loguru as logger


class MonitoringPlotter:
Expand Down Expand Up @@ -96,9 +97,7 @@ def generate_summary(
"""

if bonded_scan is True:
assert rdf is False
assert water_angle is False
assert water_bond_length is False
assert (rdf or water_angle or water_bond_length) is False

# generate x axis labels
if '#"Step"' in self.data.keys():
Expand Down

0 comments on commit 78759b5

Please sign in to comment.