[CT421]: Assignment 1 nothing
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,6 @@ def plot_fitness_trends(file_path):
|
|||||||
plt.show()
|
plt.show()
|
||||||
|
|
||||||
|
|
||||||
# Main function
|
|
||||||
def main():
|
def main():
|
||||||
parser = argparse.ArgumentParser(description='Plot fitness trends from a TSV file.')
|
parser = argparse.ArgumentParser(description='Plot fitness trends from a TSV file.')
|
||||||
parser.add_argument('file_path', type=str, help='Path to the TSV file')
|
parser.add_argument('file_path', type=str, help='Path to the TSV file')
|
||||||
|
Reference in New Issue
Block a user