Skip to content
Snippets Groups Projects
Commit ffa45bd4 authored by Pierre Augier's avatar Pierre Augier
Browse files

Try to modify fluidsim/operators/operators2d.py (for the CI)

parent 612cad13
No related branches found
No related tags found
1 merge request!162Topic/default/doc phaseshift
......@@ -58,6 +58,7 @@
"""Compute the increments of var over the dim 1."""
n1 = var.shape[1]
n1new = n1 - irx
# bug for gast 0.4.0 (https://github.com/serge-sans-paille/gast/issues/48)
inc_var = var[:, irx:n1] - var[:, 0:n1new]
return inc_var
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment