ctongfei / nexus

Experimental tensor-typed deep learning
https://tongfei.me/nexus/
MIT License
257 stars 15 forks source link

Add typelevel tests #11

Closed fvlankvelt closed 6 years ago

ctongfei commented 6 years ago

Thanks for these checks! However, I prefer using FunSuite in ScalaTest and just use the plain

test("IndexOf for HLists") {
  assert(...)
}

instead of using the weird DSL it XXX should XXX in XXX.

fvlankvelt commented 6 years ago

Guess I'm more used to the "weird" BDD approach. Either way is fine by me, so long as the test descriptions are clear.