Skip to content

Commit 196e38a

Browse files
committed
test
1 parent 0eab6a7 commit 196e38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parallel_Wild_Fire.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Wild Fire Simulation
22

3-
import os
3+
# import os
44
import sys
55
import time
66
import math
77
import random
88
import copy
99
import numpy as np
10-
from tqdm import tqdm
10+
# from tqdm import tqdm
1111

1212
from mpi4py import MPI
1313
comm = MPI.COMM_WORLD

0 commit comments

Comments
 (0)