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
The Count and MaxCount field of modifiers is typed as float64 but should be int. Exisisting implementations using modifiers should be fixed if they relied on them being float64.
The Count and MaxCount field of modifiers is typed as float64 but should be int. Exisisting implementations using modifiers should be fixed if they relied on them being float64.
https://github.com/simimpact/srsim/blob/main/pkg/engine/modifier/modifier.go#L19
The text was updated successfully, but these errors were encountered: