diff --git a/src/import_data.jl b/src/import_data.jl index 905cdb6..e3647c3 100644 --- a/src/import_data.jl +++ b/src/import_data.jl @@ -195,8 +195,10 @@ function get_campaign_id_from_run_id(runid::Integer) 1 elseif runid < 98 2 - elseif runid < 169 + elseif runid < 188 3 + elseif runid < 242 + 4 else @error "Fix this function" DomainError("runid $(runid) is not registered to the software")