summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-12 19:39:43 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-12 19:39:43 -0700
commit941fd81c8156266afeab044de598b7f748c07d57 (patch)
treed2e5b8bf4ddfe24559a6c4a72a02d95ae374e5d4
parentc2b15a51e80a051fe9dbc2e558937f54bf4a459c (diff)
Fix spelling
-rw-r--r--read_qm7_data.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/read_qm7_data.py b/read_qm7_data.py
index 0c0cc88aa..068ea1a42 100644
--- a/read_qm7_data.py
+++ b/read_qm7_data.py
@@ -25,10 +25,10 @@ import time
import numpy as np
import random
from misc import printc
-# 'periodic_table_of_elements.txt' retrieved from
-# https://gist.github.com/GoodmanSciences/c2dd862cd38f21b0ad36b8f96b4bf1ee
+# 'periodic_table_of_elements.txt' retrieved from
+# https://gist.github.com/GoodmanSciences/c2dd862cd38f21b0ad36b8f96b4bf1ee
def read_nc_data(data_path):
"""
Reads nuclear charge data from file and returns a dictionary.