Skip to content
Snippets Groups Projects

Fix resource-related issues

Merged Oscar Gustafsson requested to merge resourcefixes into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
27 30 read_ports=1, write_ports=1, total_ports=2
28 31 )
29 32 assert len(collection_split) == 3
33
34 @pytest.mark.mpl_image_compare(style='mpl20')
35 def test_draw_matrix_transposer_4(self):
36 fig, ax = plt.subplots()
37 generate_matrix_transposer(4).draw_lifetime_chart(ax=ax)
38 return fig
39
40 def test_generate_random_interleaver(self):
41 return
Please register or sign in to reply
Loading