forked from official-apps/SeismicHazardForecasting
		
	remove processing of depth as it is not used
This commit is contained in:
		@@ -225,8 +225,6 @@ verbose: {verbose}")
 | 
			
		||||
        y_min = y.min()
 | 
			
		||||
        x_max = x.max()
 | 
			
		||||
        y_max = y.max()
 | 
			
		||||
        z_min = depth.min()
 | 
			
		||||
        z_max = depth.max()
 | 
			
		||||
 | 
			
		||||
        grid_x_max = int(ceil(x_max / grid_dim) * grid_dim)
 | 
			
		||||
        grid_x_min = int(floor(x_min / grid_dim) * grid_dim)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user