FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 7f96bce5 authored by M.D. Driver's avatar M.D. Driver
Browse files

doc clean up.

parent b6bacca4
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.WARN)
def parse_free_energy_from_file_with_data_arrays(filename):
"""This reads in the information form file to a Dapoints object, and
"""This reads in the information form file to a Datapoints object, and
creates the data arrays.
"""
datapoints = parse_free_energy_from_file(filename)
......@@ -33,6 +33,6 @@ def create_datapoints_with_values(solvation_energy_dict):
return solvationreader.create_datapoints_with_values(solvation_energy_dict)
def parse_free_energy_info(filename):
"""This extracts the slvation information to a dictionary.
"""This extracts the solvation information to a dictionary.
"""
return solvationreader.parse_free_energy_info(filename)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment