Skip to content

Commit e7d32e8

Browse files
Update tools/pidsig.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 118f4eb commit e7d32e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/pidsig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def pid_controller(ym):
7373
else:
7474
ustar = pid_controller(ym)
7575

76-
logging.info(f"{concore.simtime} u={ustar} ym={ym}")
76+
logging.debug(f"{concore.simtime} u={ustar} ym={ym}")
7777
concore.write(1,"u",list(ustar),delta=0)
7878

7979

0 commit comments

Comments
 (0)