Skip to content

Commit

Permalink
update to core, remove set msg display on paramsets
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Aug 25, 2024
1 parent c917a13 commit a2d399e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion emer/netparams.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type NetParams struct {
NetHypers params.Flex `display:"-"`

// print out messages for each parameter that is set
SetMsg bool
SetMsg bool `display:"-"`
}

// Config configures the ExtraSheets, Tag, and Network fields
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/emer/emergent/v2
go 1.22

require (
cogentcore.org/core v0.3.3-0.20240824041409-a3b72b4e5b61
cogentcore.org/core v0.3.3-0.20240825182959-fe4840922a21
github.com/BurntSushi/toml v1.3.2
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/iancoleman/strcase v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cogentcore.org/core v0.3.3-0.20240824041409-a3b72b4e5b61 h1:1G8tQzATA1o9QRVbCV5+YTrQFkLSTZas2EiJS4bjiG8=
cogentcore.org/core v0.3.3-0.20240824041409-a3b72b4e5b61/go.mod h1:dg3uRsPcd8S1ZYvRD2TztCtjopRkrB5V/lbl54xsQd4=
cogentcore.org/core v0.3.3-0.20240825182959-fe4840922a21 h1:tffR0tewNHVE36GpZE7ZjTSE4KYoRfbdeL9btV8UmbU=
cogentcore.org/core v0.3.3-0.20240825182959-fe4840922a21/go.mod h1:dg3uRsPcd8S1ZYvRD2TztCtjopRkrB5V/lbl54xsQd4=
github.com/Bios-Marcel/wastebasket v0.0.4-0.20240213135800-f26f1ae0a7c4 h1:6lx9xzJAhdjq0LvVfbITeC3IH9Fzvo1aBahyPu2FuG8=
github.com/Bios-Marcel/wastebasket v0.0.4-0.20240213135800-f26f1ae0a7c4/go.mod h1:FChzXi1izqzdPb6BiNZmcZLGyTYiT61iGx9Rxx9GNeI=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Expand Down

0 comments on commit a2d399e

Please sign in to comment.