Skip to content

Commit

Permalink
tag Params as new-window:"+"
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Aug 21, 2024
1 parent 1964b3f commit 2fdedc8
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 @@ -22,7 +22,7 @@ import (
type NetParams struct {

// full collection of param sets to use
Params params.Sets `display:"no-inline"`
Params params.Sets `new-window:"+" display:"no-inline"`

// optional additional sheets of parameters to apply after Base -- can use multiple names separated by spaces (don't put spaces in Sheet names!)
ExtraSheets string
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.20240819201856-14e5d78556c3
cogentcore.org/core v0.3.3-0.20240821175244-e58d15222272
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.20240819201856-14e5d78556c3 h1:MXaUbsB3iyRhdNewiXJrTR4I56w84ktYzZDO81pTZxQ=
cogentcore.org/core v0.3.3-0.20240819201856-14e5d78556c3/go.mod h1:dg3uRsPcd8S1ZYvRD2TztCtjopRkrB5V/lbl54xsQd4=
cogentcore.org/core v0.3.3-0.20240821175244-e58d15222272 h1:Rg4+pPgZmyuwdVIPlvInNnub4eF4CN0e6n4vRepfj3M=
cogentcore.org/core v0.3.3-0.20240821175244-e58d15222272/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 2fdedc8

Please sign in to comment.