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
Initially, only "16" (LarvalHabitat masking) was implemented (with issues, please see: https://github.com/InstituteforDiseaseModeling/DtkTrunk/issues/4233 and other issues with key words "mask" and "serialization"). However, as of right now - using Serialization_Mask_Node_Read/Write: 16 causes an error and a crash - when simulation is de-serialized, larval_habitat_multiplier object is initialized before vector population is added which causes it to initialize incorrectly (with second map parameter, which is supposed to be vector species, as null) so when the sim tries to access it via NodeVector::GetLarvalHabitatMultiplier when creating the new Larval_Habitats, it ends up accessing map parameters that don't exist, which crashes the simulation.
Notably, even when this "worked" LarvalHabitatMultipliers from demographics files weren't actually used, which is not what you would expect when you are initializing all new larval habitats from your config files.
The text was updated successfully, but these errors were encountered:
Initially, only "16" (LarvalHabitat masking) was implemented (with issues, please see: https://github.com/InstituteforDiseaseModeling/DtkTrunk/issues/4233 and other issues with key words "mask" and "serialization"). However, as of right now - using Serialization_Mask_Node_Read/Write: 16 causes an error and a crash - when simulation is de-serialized, larval_habitat_multiplier object is initialized before vector population is added which causes it to initialize incorrectly (with second map parameter, which is supposed to be vector species, as null) so when the sim tries to access it via NodeVector::GetLarvalHabitatMultiplier when creating the new Larval_Habitats, it ends up accessing map parameters that don't exist, which crashes the simulation.
Notably, even when this "worked" LarvalHabitatMultipliers from demographics files weren't actually used, which is not what you would expect when you are initializing all new larval habitats from your config files.
The text was updated successfully, but these errors were encountered: