浏览代码

🔥 remove useless factors.js

jmacura 3 年之前
父节点
当前提交
a89a00eee7
共有 1 个文件被更改,包括 0 次插入32 次删除
  1. 0 32
      src/adjuster/factors.js

+ 0 - 32
src/adjuster/factors.js

@@ -1,32 +0,0 @@
-export const factors = [
-  {
-    name: 'Natural',
-    column: 'N_index',
-    weight: 1,
-  },
-  {
-    name: 'Social & Human',
-    column: 'S_index',
-    weight: 1,
-  },
-  {
-    name: 'Anthropic',
-    column: 'A_index',
-    weight: 1,
-  },
-  {
-    name: 'Economical',
-    column: 'E_index',
-    weight: 1,
-  },
-  {
-    name: 'Cultural',
-    column: 'C_index',
-    weight: 1,
-  },
-  {
-    name: 'Institutional',
-    column: 'I_index',
-    weight: 1,
-  },
-];