Skip to content

Commit

Permalink
update vertical image test
Browse files Browse the repository at this point in the history
  • Loading branch information
bipinkrish committed Oct 18, 2024
1 parent 3fe8387 commit f01ebd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ mouthing = [
"g2pk"
]
server = [
# For API server
"flask",
"Flask-RESTful",
]

[tool.yapf]
Expand Down
2 changes: 1 addition & 1 deletion signwriting/utils/join_signs.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from collections import namedtuple
from typing import List

from signwriting.formats.fsw_to_sign import fsw_to_sign
from signwriting.formats.sign_to_fsw import sign_to_fsw
from signwriting.types import Sign, SignSymbol
from signwriting.visualizer.visualize import get_symbol_size
from typing import List


def all_axis(_sign, axis):
Expand Down
Binary file modified signwriting/visualizer/test_assets/vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f01ebd3

Please sign in to comment.