You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertcoords_nc1_size==coords_nc2_size, 'Lat/Long axis do not have same size as reference.'
27
28
max_timesteps=len(time_list1)
28
29
foriinrange(max_timesteps):
29
-
assertnp.allclose(nc1.variables[variable_name][i, :, :], nc2.variables[variable_name][i, :, :], atol=0.0000001), f'Timestep {i} is not equal to reference.'
#assert np.allclose(nc1.variables[variable_name][i, :, :], nc2.variables[variable_name][i, :, :], atol=0.0000001), f'Timestep {i} is not equal to reference.'
0 commit comments