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

Pretty print model summaries #25

Closed
wants to merge 23 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make scalastyle happy
  • Loading branch information
tovbinm committed Jun 21, 2018
commit 153b3b2ed77c51ae0953280d6873aa8f12bf2daf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ case class Transaction(date: Long, amount: Double, source: String, status: Strin
@RunWith(classOf[JUnitRunner])
class TableTest extends FlatSpec with TestCommon {

// scalastyle:off indentation

val columns = Seq("date", "amount", "source", "status")
val transactions = Seq(
Transaction(1, 4.95, "Cafe Venetia", "Success"),
Expand Down