jstout211 / enigma_MEG

Other
9 stars 1 forks source link

Remove function from process object #35

Closed jstout211 closed 1 year ago

jstout211 commented 1 year ago

Move the function initialize from csv to outside of the process object. This can just be a function that loads the process object.

def initialize_fromcsv(self, csv_info)

nugenta commented 1 year ago

I'm closing this issue - - this would actually be quite a difficult modification and I'm not sure it would be better in any way.