Commit 54cc2e25 authored by Joseph Gomes's avatar Joseph Gomes
Browse files

MIT update

parent 66a175a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ from __future__ import unicode_literals

__author__ = "Joseph Gomes"
__copyright__ = "Copyright 2016, Stanford University"
__license__ = "LGPL v2.1+"
__license__ = "MIT"

import numpy as np
from rdkit import Chem
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ from __future__ import unicode_literals

__author__ = "Joseph Gomes"
__copyright__ = "Copyright 2016, Stanford University"
__license__ = "LGPL"
__license__ = "MIT"

import os
import sys
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@ from __future__ import print_function
from __future__ import division
from __future__ import unicode_literals

__author__ = "Joseph Gomes"
__copyright__ = "Copyright 2016, Stanford University"
__license__ = "MIT"

import os
import time
import numpy as np
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@ from __future__ import unicode_literals
import numpy as np
import tensorflow as tf

__author__ = "Joseph Gomes"
__copyright__ = "Copyright 2016, Stanford University"
__license__ = "MIT"

### AtomicNet fully-connected layer ops ###


+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ from __future__ import unicode_literals

__author__ = "Bharath Ramsundar, Aneesh Pappu "
__copyright__ = "Copyright 2016, Stanford University"
__license__ = "GPL"
__license__ = "MIT"

import tempfile
import numpy as np