Ruijia Tan commited on
Commit
c409946
1 Parent(s): 2225ea4

Upload code.

Browse files
Interface/empirical_parameter_calculator.py CHANGED
@@ -8,6 +8,15 @@ import itertools
8
  import numpy as np
9
  import matminer.utils.data as mm_data
10
 
 
 
 
 
 
 
 
 
 
11
 
12
  # the market price for most chemical elements, these data are retrieved from
13
  # http://www.leonland.de/elements_by_price/en/list
 
8
  import numpy as np
9
  import matminer.utils.data as mm_data
10
 
11
+ import itertools
12
+ import numpy as np
13
+
14
+ from pip._internal import main
15
+
16
+ # main(['install', 'joblib'])
17
+ main(['install', 'matminer'])
18
+ import matminer.utils.data as mm_data
19
+
20
 
21
  # the market price for most chemical elements, these data are retrieved from
22
  # http://www.leonland.de/elements_by_price/en/list