Skip to content

Commit

Permalink
Remove small, easy packings from sample set
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Aug 11, 2013
1 parent b23d5c3 commit 4ea0bac
Show file tree
Hide file tree
Showing 2 changed files with 8,431 additions and 54,262 deletions.
2 changes: 1 addition & 1 deletion tests/PackerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public function testPackSingleItemFitsBetterRotated() {
* @coversNothing
* @dataProvider getSamples
*/
public function testCanPackRepresentativeSample($test, $boxes, $items) {
public function testCanPackRepresentativeLargerSamples($test, $boxes, $items) {
$packer = new Packer();
foreach($boxes as $box) {
$packer->addBox($box);
Expand Down
Loading

0 comments on commit 4ea0bac

Please sign in to comment.