Skip to content

Commit

Permalink
python: trajectory fix previous commit to set the boxplot percentages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhidalgocarrio committed Apr 28, 2021
1 parent 749ce6e commit 995e584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpg_trajectory_evaluation/trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def __init__(self, results_dir, platform='', alg_name='', dataset_name='',
print(Fore.RED+"Loading data failed.")
return

self.boxplot_pcts = [0.2, 0.4, 0.6, 0.8, 1.0]#preset_boxplot_percentages
self.boxplot_pcts = preset_boxplot_percentages
if len(preset_boxplot_distances) != 0:
print("Use preset boxplot distances.")
self.preset_boxplot_distances = preset_boxplot_distances
Expand Down

0 comments on commit 995e584

Please sign in to comment.