Skip to content

Commit eadccdb

Browse files
committed
Rename for better reflection of name
1 parent e827c58 commit eadccdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

trainax/trainer/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
22
A trainer performs the optimization using a configuration with correct
33
minibatching. Internally, it combines a `BaseConfiguration` with the correctly
4-
set up `TrajectorySubStacker` and subclasses the `BaseTrainer`.
4+
set up `TrajectorySubStacker` and subclasses the `BaseTrainer
55
"""
66

77

8-
from ._diverted_chain import DivertedChainBranchOneTrainer
8+
from ._diverted_chain_branch_one import DivertedChainBranchOneTrainer
99
from ._residuum import ResiduumTrainer
1010
from ._supervised import SupervisedTrainer
1111

0 commit comments

Comments
 (0)