Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid output format #134

Open
haifengl opened this issue Jan 10, 2025 · 0 comments
Open

Invalid output format #134

haifengl opened this issue Jan 10, 2025 · 0 comments

Comments

@haifengl
Copy link

In a test, we have output by the following

System.out.format("q1     of recall is %d%n", MathEx.q1(recall));

The output is formatted correctly in a single line when running in IntelliJ. However, the output breaks into multiple lines when run with sbt + sbt-jupiter-interface as the following

[info] q1     of recall is 
[info] 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant