From 941fd81c8156266afeab044de598b7f748c07d57 Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Thu, 12 Dec 2019 19:39:43 -0700 Subject: Fix spelling --- read_qm7_data.py | 4 ++-- 1 file 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. -- cgit v1.2.3-54-g00ecf