[CT421]: Assignment 1 nothing
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -21,12 +21,11 @@ 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')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
plot_fitness_trends(args.file_path)
|
plot_fitness_trends(args.file_path)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Reference in New Issue
Block a user