Skip to content

Commit 2fdf637

Browse files
committed
dic
1 parent 71ffe1c commit 2fdf637

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOGS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change Logs
44
0.8.5
55
+++++
66

7+
* :pr:`348`: add format dot, shape to command line print
78
* :pr:`346`: fix patch for sdpa_mask_recent_torch even if it was removed in transformers>=5.0
89

910
0.8.4

_unittests/ut_xrun_doc/test_command_lines_exe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def forward(self, x):
201201
text = st.getvalue()
202202
if text:
203203
# text is empty is dot is not installed
204-
self.assertIn("svg", text)
204+
self.assertIn("converts into dot", text)
205205

206206

207207
if __name__ == "__main__":

0 commit comments

Comments
 (0)