ShreyasN
ShreyasN
- Summary Adds a minimal regression test ensuring that SolaraViz correctly handles models with required constructor parameters when those parameters are supplied through model_params. Related Issue : #2722 - Background...
I noticed the RNG behavior in Model, Calling reset_rng() without any arguments doesn’t return the numpy RNG to the state it had when the model was created. Instead, it seems...
Summary This PR improves the PropertyLayer visualization API by allowing users to pass a PropertyLayerStyle instance directly to draw_propertylayer. This removes the need to wrap the style in a function...
### Summary Fixed `UserWarning`s caused by using incorrect keys (`s`, `c`, `linecolors`) in agent portrayal dictionaries within tests and clarified documentation. ### Bug / Issue #2904 The issue was that...
Details: - Fixed an issue where ReduceMax operations were producing incorrect output shapes (e.g., [1, 960] instead of [1]) on both CPU and GPU plugins. - CPU Plugin: Enabled ConvertReduceMaxToPooling...