Skip to content

Commit

Permalink
Remove numba from function (for now?)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Feb 12, 2024
1 parent ac7aca0 commit 0002f81
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tardis/simulation/convergence.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import numpy as np
from numba import njit

from tardis.montecarlo.montecarlo_numba import njit_dict_no_parallel


class ConvergenceSolver:
Expand Down Expand Up @@ -38,7 +35,6 @@ def __init__(self, strategy):
f"- input is {self.convergence_strategy.type}"
)

@njit(**njit_dict_no_parallel)
def damped_converge(self, value, estimated_value):
"""Damped convergence solver
Expand Down

0 comments on commit 0002f81

Please sign in to comment.