Skip to content

Commit

Permalink
fix: Removede unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrover112 committed Sep 2, 2021
1 parent f818a69 commit e98eb45
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions flight_algorithms/rs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,3 @@ def run(self,domain,fitness_function,seed):
soln, cost, scores, nfe, seed=rs.run(domain=domain['domain'],fitness_function=fitness_function,seed=5)
#plot_scores(scores,rs.get_name(),fname='flight_scheduling',save_fig=False)
#print_schedule(soln,'FCO')
""""
2. Docstrings
4. Unit tests
"""
2 changes: 0 additions & 2 deletions flightscheduling.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,4 @@ def main():


if __name__ == "__main__":
# CHANGES In order:
# 1. Exception handling
main()

0 comments on commit e98eb45

Please sign in to comment.