We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a41f4 commit 3a8295bCopy full SHA for 3a8295b
1 file changed
CodeEntropy/dihedral_tools.py
@@ -49,6 +49,7 @@ def build_conformational_states(
49
total_items = sum(
50
len(levels[mol_id]) for mols in groups.values() for mol_id in mols
51
)
52
+
53
with Progress(
54
SpinnerColumn(),
55
TextColumn("[bold blue]{task.fields[title]}", justify="right"),
0 commit comments