Skip to content

Commit

Permalink
Remove warning from SolventBenchmarkingDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
orionarcher committed Sep 5, 2024
1 parent a080536 commit ae0a08a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions emmet-core/emmet/core/openff/benchmarking.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from pydantic import BaseModel, Field
from typing import Optional

import warnings

from MDAnalysis import Universe
from MDAnalysis.analysis.dielectric import DielectricConstant

Expand Down Expand Up @@ -77,9 +75,6 @@ def from_universe(
viscosity = viscosity_helfand.results.viscosity

else:
warnings.warn(
"No velocities found in the universe, viscosity will not be calculated."
)
viscosity_function_values = None
viscosity = None

Expand Down

0 comments on commit ae0a08a

Please sign in to comment.