Skip to content

Commit

Permalink
Don't fix python to 3.11 and remove some latex docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Aug 23, 2024
1 parent f856822 commit a082ab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion suite/auto-sync/format_py.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/bash

python3.11 -m black src/autosync
python3 -m black src/autosync
4 changes: 2 additions & 2 deletions suite/auto-sync/src/autosync/Helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def find_id_by_type(node: Node, node_types: [str], type_must_match: bool) -> byt
"""
Recursively searches for a node sequence with given node types.
A valid sequence is a path from !\f$node_n\f$ to !\f$node_{(n + |node\_types|-1)}\f$ where
!\f$\forall i \in \{0, ..., |node\_types|-1\}: type(node_{(n + i)}) = node\_types_i\f$.
A valid sequence is a path from node_n to node_{(n + |node_types|-1)} where
forall i in {0, ..., |node_types|-1}: type(node_{(n + i)}) = node_types_i.
If a node sequence is found, this functions returns the text associated with the
last node in the sequence.
Expand Down

0 comments on commit a082ab4

Please sign in to comment.