Skip to content

Commit

Permalink
use GetSampleShape()
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Aug 23, 2024
1 parent e894f3b commit d2736c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axon/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func LogAddPCAItems(lg *elog.Logs, net *Network, mode etime.Modes, times ...etim
lg.AddItem(&elog.Item{
Name: clnm + "_ActM",
Type: reflect.Float64,
CellShape: cly.SampleShape.Sizes,
CellShape: cly.GetSampleShape().Sizes,
FixMax: true,
Range: minmax.F32{Max: 1},
Write: elog.WriteMap{
Expand Down

0 comments on commit d2736c7

Please sign in to comment.