Skip to content

Commit

Permalink
{pyactr} Update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Feb 29, 2024
1 parent eb2cc5e commit e410414
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/pyactr/testdata/empty.py.golden
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import pyactr as actr

pyactr_Empty = actr.ACTRModel(
subsymbolic=True,
# baselevel_learning defaults to true in pyactr, so set it to false which is the default in ACT-R
baselevel_learning=False,
)


Expand Down
2 changes: 2 additions & 0 deletions framework/pyactr/testdata/semantic.py.golden
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import pyactr_print

pyactr_semantic = actr.ACTRModel(
subsymbolic=True,
# baselevel_learning defaults to true in pyactr, so set it to false which is the default in ACT-R
baselevel_learning=False,
)

# pyactr doesn't handle general printing, so use gactar to add this capability
Expand Down

0 comments on commit e410414

Please sign in to comment.