Fix resource-related issues
Merge request reports
Activity
added Resource allocation label
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