Skip to content

Commit

Permalink
Merge branch 'main' into dev/ccummings/tensor-tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ccummingsNV committed Jan 15, 2025
2 parents c1f6c12 + 9a4703e commit eb83ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slangpy/tests/test_intances.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def test_backwards_diff(device_type: DeviceType):
assert isinstance(Particle, Struct)

# Create storage for particles in a simple buffer
particles = InstanceDifferentiableBuffer(Particle, shape=(1000,))
particles = DeprecatedInstanceDifferentiableBuffer(Particle, shape=(1000,))

# Call the slang constructor on all particles in the buffer,
# assigning each a constant starting position and a random velocity
Expand Down

0 comments on commit eb83ae1

Please sign in to comment.