Black+isort, layers, vz in sws_npz

This commit is contained in:
Edgar P. Burkhart 2022-03-16 07:50:44 +01:00
parent ce3de3f932
commit 934b391e59
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
5 changed files with 49 additions and 25 deletions

View file

@ -3,12 +3,11 @@ import configparser
import logging
import pathlib
import matplotlib.pyplot as plt
import matplotlib.animation as animation
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
parser = argparse.ArgumentParser(description="Animate swash output")
parser.add_argument("-v", "--verbose", action="count", default=0)
args = parser.parse_args()