ArneBinder commited on
Commit
e484998
1 Parent(s): 5f8a220

Rename dialam_2024.py to dialam2024.py

Browse files
Files changed (1) hide show
  1. dialam_2024.py → dialam2024.py +0 -4
dialam_2024.py → dialam2024.py RENAMED
@@ -139,10 +139,6 @@ def is_blacklisted(nodeset_filename: str) -> bool:
139
  return nodeset_id in NODESET_BLACKLIST
140
 
141
 
142
- def dictoflists_to_listofdicts(data):
143
- return [dict(zip(data, t)) for t in zip(*data.values())]
144
-
145
-
146
  def get_node_id_from_filename(filename: str) -> str:
147
  """Get the ID of a nodeset from a filename."""
148
 
 
139
  return nodeset_id in NODESET_BLACKLIST
140
 
141
 
 
 
 
 
142
  def get_node_id_from_filename(filename: str) -> str:
143
  """Get the ID of a nodeset from a filename."""
144