Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion simphony/testing/abc_check_particles.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_add_particles_with_id(self):
def test_add_multiple_particles_with_id(self):
# given
container = self.container
particles = create_particles_with_id()
particles = create_particles_with_id(restrict=self.supported_cuba())

# when
uids = container.add_particles(particles)
Expand Down