Commit 276a4d72 authored by VIGNESHinZONE's avatar VIGNESHinZONE
Browse files

bug fix in test file

parent 10082633
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ from deepchem.feat.material_featurizers.lcnn_featurizer import LCNNFeaturizer

def test_LCNNFeaturizer():
  current_dir = os.path.dirname(os.path.realpath(__file__))
  strucutre_file = os.path.join(current_dir,
  strucutre_file = os.path.join(current_dir, 'data',
                                'platinum_absorption_strucutre.json')
  with open(strucutre_file, 'r') as f:
    test_data = json.load(f)