forked from kscience/kmath
Refactor test naming
This commit is contained in:
parent
b522e5919e
commit
68add4cb5f
@ -2,6 +2,7 @@
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Autodiff for generic algebra elements in core!
|
||||
|
||||
### Changed
|
||||
- Kotlin 1.7
|
||||
|
@ -25,7 +25,7 @@ internal inline fun diff(
|
||||
DSField(DoubleField, ::DoubleBuffer, order, mapOf(*parameters)).block()
|
||||
}
|
||||
|
||||
internal class AutoDiffTest {
|
||||
internal class DSTest {
|
||||
private val x by symbol
|
||||
private val y by symbol
|
||||
|
Loading…
Reference in New Issue
Block a user