Skip to content

Commit

Permalink
Remove leftover debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Nov 20, 2024
1 parent ff26850 commit 6920c44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doped/chemical_potentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,9 +1231,6 @@ def __init__(

# sort by host composition?, energy above hull, num_species, then by periodic table positioning:
self.entries.sort(key=lambda x: _entries_sort_func(x, bulk_composition=self.composition))
print([entry.name for entry in self.entries])
print([_entries_sort_func(x, bulk_composition=self.composition) for x in self.entries])
print(self.composition)
_name_entries_and_handle_duplicates(self.entries) # set entry names

if not self.legacy_MP: # need to pull ``SummaryDoc``\s to get band_gap and magnetization info
Expand Down

0 comments on commit 6920c44

Please sign in to comment.