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
individualCharacteristics <- createIndividualCharacteristics(
species = Species$Human,
population = HumanPopulation$Japanese_Population,
gender = Gender$Female,
weight = 75,
height = 1.75,
heightUnit = "m",
age = 43
)
ret=createDistributions(individualCharacteristics)
Error in clrCallStatic(clrFacadeTypeName, "GetFieldOrProperty", objOrType, :
Type: System.ArgumentException
Message: Field or property name 'DisplayName' not found on object of type 'Int32', for binding flags 'Instance, Public'
Method: System.Object internalGetFieldOrProperty(System.Type, System.String, System.Reflection.BindingFlags, System.Object)
Stack trace:
at Rclr.ClrFacade.internalGetFieldOrProperty(Type t, String name, BindingFlags b, Object obj_or_null)
The text was updated successfully, but these errors were encountered:
ospsuite-r version 12.0.482
The text was updated successfully, but these errors were encountered: