From 2448814cfde802fdf72f70ee5fd51f5c4ee9a916 Mon Sep 17 00:00:00 2001 From: Campbell Dunn Date: Wed, 11 Aug 2021 12:48:31 -0500 Subject: [PATCH] Parsed arguments using argparse Parses arguments to require user to input data file name and delimiter type, and provides user with the option to specify channel width and bank slope. --- ManningFit.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ManningFit.py b/ManningFit.py index 00c5400..a78ad82 100644 --- a/ManningFit.py +++ b/ManningFit.py @@ -1,11 +1,3 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -""" -Created on Wed Aug 4 14:56:30 2021 - -@author: campbell -""" - import argparse import pandas as pd import numpy as np