msiron commited on
Commit
aba1804
·
1 Parent(s): 8689fa0

remove incompatible

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from pymatgen.entries.computed_entries import (
15
 
16
  HF_TOKEN = os.environ.get("HF_TOKEN")
17
 
18
- subsets = ["compatible_pbe", "compatible_pbesol", "compatible_scan", "non_compatible"]
19
 
20
  # Load only the train split of the dataset
21
 
@@ -44,6 +44,8 @@ train_df = dataset.to_pandas()
44
  del dataset
45
 
46
 
 
 
47
  def create_phase_diagram(
48
  elements,
49
  max_e_above_hull,
 
15
 
16
  HF_TOKEN = os.environ.get("HF_TOKEN")
17
 
18
+ subsets = ["compatible_pbe", "compatible_pbesol", "compatible_scan",]
19
 
20
  # Load only the train split of the dataset
21
 
 
44
  del dataset
45
 
46
 
47
+
48
+
49
  def create_phase_diagram(
50
  elements,
51
  max_e_above_hull,