Skip to content

Commit

Permalink
fix: 🐛 Functional bug fixed - Unable to register new reasoners
Browse files Browse the repository at this point in the history
  • Loading branch information
ARCJ137442 committed Oct 27, 2023
1 parent 42ffa5e commit 6344911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynars/ConsolePlus.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def reasoner_new(name: str, n_memory: int = 100, capacity: int = 100, silent: bo

current_NARS_interface = register_interface(
name=name,
seed=current_NARS_interface.seed, # keep the seed until directly change
seed=-1, # use '-1' to keep the seed until directly change
memory=n_memory,
capacity=capacity,
silent=silent)
Expand Down

0 comments on commit 6344911

Please sign in to comment.