You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MultiScale test with status vectors, and fix issues that popped up... Make the function that checks whether vectors are still in mapping statuses return organ + boolean instead of asserting
@assertfalse"Error : Mapping status at $organ_with_vector level contains a vector. If this was intentional, call the function generate_models_from_status_vectors on your mapping before calling run!. And bear in mind this is not meant for production. If this wasn't intentional, then it's likely an issue on the mapping definition, or an unusual model."
315
+
end
313
316
314
317
# Get the status of each node by node type, pre-initialised considering multi-scale variables:
@@ -231,10 +254,12 @@ function check_statuses_contain_no_remaining_vectors(mapping)
231
254
ifisa(status, Status)
232
255
for symbol inkeys(status)
233
256
value =getproperty(status, symbol)
234
-
@assert!isa(value, AbstractVector) "Error : Mapping status at $organ level contains a vector. If this was intentional, call the function generate_models_from_status_vectors on your mapping before calling run!. And bear in mind this is not meant for production. If this wasn't intentional, then it's likely an issue on the mapping definition, or an unusual model."
0 commit comments