Skip to content

Commit

Permalink
Finishing up for the day todo implement curve analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Tirth-Thakkar committed Jun 2, 2024
1 parent b17a851 commit b49b9ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _data/ApesSurvivorship.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def determineSpeciesGrowthType():
# Construct the path to the CSV_Output directory
output_dir = os.path.join(current_dir, "_data", "CSV_Output")

# dog_life_expectancy = os.path.join(data_dir, "dog_life_expectancy.csv")
actuarial_data_19thC = os.path.join(data_dir, "actuarial_data_19th_cent_NJ_burials.csv")
actuarial_data_20thC = os.path.join(data_dir, "actuarial_data_20th_cent_SD_burials.csv")

Expand All @@ -195,5 +194,4 @@ def determineSpeciesGrowthType():

for path in cent_20th_output_arr:
plot_curve(path, "20th Century Actuarial Data")


0 comments on commit b49b9ab

Please sign in to comment.