CaliShulz

Results 1 comments of CaliShulz

The error comes from trying to read the number of ghost cells here: pyclaw/src/pyclaw/fileio/ascii.py in the read_t function ``` with open(path,'r') as f: t = read_data_line(f) num_eqn = read_data_line(f, data_type=int)...