Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Kloeckner committed Jul 27, 2008
1 parent bd05702 commit 900f454
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dump_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
print "%d device(s) found." % drv.Device.count()

for ordinal in range(drv.Device.count()):
dev = drv.Device(0)
dev = drv.Device(ordinal)
print "Device #%d: %s" % (ordinal, dev.name())
print " Compute Capability: %d.%d" % dev.compute_capability()
print " Total Memory: %s KB" % (dev.total_memory()//(1024))
Expand Down
Empty file modified test/test_gpuarray.py
100755 → 100644
Empty file.
Empty file modified test/test_gpuarray_speed.py
100755 → 100644
Empty file.

0 comments on commit 900f454

Please sign in to comment.