Skip to content

Commit c2fbafc

Browse files
Nush395Torax team
authored andcommitted
Isort formatting fixes.
PiperOrigin-RevId: 792640616
1 parent e6e3e9d commit c2fbafc

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

torax/_src/fvm/jax_root_finding.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,15 @@
1313
# limitations under the License.
1414

1515
"""JAX root finding functions."""
16-
17-
1816
import dataclasses
1917
import functools
2018
from typing import Callable, Final
19+
2120
import jax
2221
import jax.numpy as jnp
2322
import numpy as np
2423
from torax._src import jax_utils
2524

26-
2725
# Delta is a vector. If no entry of delta is above this magnitude, we terminate
2826
# the delta loop. This is to avoid getting stuck in an infinite loop in edge
2927
# cases with bad numerics.

torax/_src/fvm/tests/jax_root_finding_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
15-
1614
import functools
15+
1716
from absl.testing import absltest
1817
from absl.testing import parameterized
1918
import chex

torax/tests/sim_experimental_compile_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from torax._src.output_tools import output
2323
from torax._src.test_utils import sim_test_case
2424

25-
2625
_ALL_PROFILES = (
2726
output.T_I,
2827
output.T_E,

0 commit comments

Comments
 (0)