fix: add campaign 4 to func get_campaign_id_from_run_id

This commit is contained in:
Wataru Otsubo 2024-10-03 16:53:18 +09:00
parent f28b2be611
commit 0fc8e517ba

View file

@ -195,8 +195,10 @@ function get_campaign_id_from_run_id(runid::Integer)
1 1
elseif runid < 98 elseif runid < 98
2 2
elseif runid < 169 elseif runid < 188
3 3
elseif runid < 242
4
else else
@error "Fix this function" @error "Fix this function"
DomainError("runid $(runid) is not registered to the software") DomainError("runid $(runid) is not registered to the software")