june.interaction.interactive_group

class june.interaction.interactive_group.InteractiveGroup(group: june.groups.group.group.Group, people_from_abroad=None)

Extracts the necessary information about a group to perform an interaction time step over it. This step is necessary, since all the information is stored in numpy arrays that allow for efficient computation.

  • group : group that we want to prepare for interaction.

__init__(group: june.groups.group.group.Group, people_from_abroad=None)

Initialize self. See help(type(self)) for accurate signature.