Skip to content

Commit 118f4eb

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/plotu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
while concore.unchanged():
1717
u = concore.read(1,"u",init_simtime_u)
1818
concore.write(1,"u",u)
19-
logging.info(f"u={u}")
19+
logging.debug(f"u={u}")
2020
ut.append(np.array(u).T)
2121
logging.info(f"retry={concore.retrycount}")
2222

0 commit comments

Comments
 (0)