Skip to content

Unused function #9

Description

@chiplet

This function doesn't seem to do anything. I haven't been able to find the assign_io method anywhere in the codebase and it seems like this function is never called in the template project either. Should this be removed to reduce clutter? @mkosunen

def reset_control_sequence(self):
f=self.iofile_bundle.Members['control_write']
self.time=0
f.Data= np.array([])
f.set_control_data(init=0) # Initialize to zeros at time 0
self.assign_io()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions