Merge branch 'refactor-filenames' into 'main'

refactor: rename files which define modules

See merge request wotsubo/PSBoardDataBase!1412
This commit is contained in:
Wataru Otsubo 2024-11-13 11:28:24 +01:00
commit cb0ef24c74
5 changed files with 4 additions and 4 deletions

View file

@ -7,15 +7,15 @@ using CSV
using DataFrames using DataFrames
using Dates using Dates
include("parse_qaqc_master_log.jl") include("QaqcMasterLog.jl")
include("parse_clock.jl") include("ClockParser.jl")
include("SlaveLogParser.jl") include("SlaveLogParser.jl")
include("create_table.jl") include("create_table.jl")
include("download_csv.jl") include("DownloadCSVs.jl")
include("import_data.jl") include("import_data.jl")
include("dispatch_checker.jl") include("DispatchChecker.jl")
using .DispatchChecker using .DispatchChecker
""" """