Skip to content

Commit

Permalink
add new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ycremar committed Jul 3, 2019
1 parent 2eec59c commit a78b0bd
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MaterialPlanning.py
Expand Up @@ -27,7 +27,7 @@ def __init__(self,
try:
material_probs, convertion_rules = load_data(path_stats, path_rules)
except:
print('Requesting data from web resources (i.e., penguin-stats.io and ak.graueneko.xyz)...', end=' ')
print('Requesting data from web resources (i.e., penguin-stats.io)...', end=' ')
material_probs, convertion_rules = request_data(penguin_url+url_stats, penguin_url+url_rules, path_stats, path_rules)
print('done.')

Expand Down
1 change: 0 additions & 1 deletion data/akmaterial.json

This file was deleted.

1 change: 1 addition & 0 deletions data/formula.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion data/matrix

This file was deleted.

1 change: 1 addition & 0 deletions data/matrix.json

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion required.txt
@@ -1 +1,13 @@
全新装置 100
聚合剂 192
双极纳米片 218
D32钢 184
提纯源岩 275
糖聚块 250
聚酸酯块 237
异铁块 190
酮阵列 203
改量装置 160
白马醇 270
三水锰矿 224
五水研磨石 265
RMA70-24 213

0 comments on commit a78b0bd

Please sign in to comment.