Skip to content

Commit

Permalink
Update MAIN_3_analyze_results.R
Browse files Browse the repository at this point in the history
  • Loading branch information
pdwaggoner authored Oct 17, 2024
1 parent 17711b4 commit f12cc29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Example/MAIN_3_analyze_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ if (commandArgs()[1] == "RStudio"){
#---------------------------------------------------------------------------

# Directory to save plots
save.dir <- '../'
save.dir <- './'

# Path to event detection, localization, quantification results
data.path <- '../output_data/DLQ_output.RData'
data.path <- './output_data/DLQ_output.RData'

# Path to leak (truth) data
leak.path <- '../input_data/leak_data.csv'
leak.path <- './input_data/leak_data.csv'

# Set colors for plots
tank.color <- "#3062CF" #blue
Expand Down

0 comments on commit f12cc29

Please sign in to comment.