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