Skip to content

Commit

Permalink
Update MI_Main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
umg-kmr authored Jul 6, 2023
1 parent c1327e3 commit e3a56f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/MI_Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import params as pp
import MI_Driver as X
import multiprocessing
from multiprocessing import freeze_support
import os

def main():
Expand Down Expand Up @@ -59,4 +60,5 @@ def task(m):
print(t,'Hours')
return 0
if __name__ == "__main__":
main()
freeze_support()
main()

0 comments on commit e3a56f9

Please sign in to comment.