Skip to content

Commit

Permalink
🚚 Moving unused β†’ deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
aladinoster committed Nov 9, 2020
1 parent d7a82b1 commit bd68c00
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Vehicle time response reliability on vehicle automation
## Evidence from experimental driving modes in platooning conditions

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/aladinoster/vrt_analysis/master?filepath=TF-AnalysisResponseTime.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/aladinoster/vrt_analysis/master?filepath=CARMAEDA.ipynb)

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/aladinoster/vrt_analysis/master?filepath=PoCEDA.ipynb)

### <span style="color:red"> Launch simulations </span>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions testing.py β†’ deprecated/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
experiment2 = DataHandler(csvpath)

#%%
experiment1._standardize_data()
experiment2._standardize_data()
experiment1.compute_response_times()


#%%
experiment1._clean_data()
# experiment2._clean_data()
experiment2._standardize_data()
experiment2._clean_data()

#%%
experiment.compute_response_times()


#%%
experiment._transitiontimes
experiment1._transitiontimes

# %%
experiment.plot_speed_timedetections()
experiment1.plot_speed_timedetections()
# %%
from collector.generic import consecutive_times

Expand Down

0 comments on commit bd68c00

Please sign in to comment.