Skip to content

Commit

Permalink
Removed Unused Package
Browse files Browse the repository at this point in the history
Still had a package that was used for testing in the code. This is not needed and a waste of time on the CPU.
  • Loading branch information
kjkoeller committed Dec 26, 2022
1 parent 48d2d89 commit adc3bb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OC_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import statsmodels.formula.api as smf
import seaborn as sns
from numba import jit
from timeit import timeit


def main():
Expand Down

0 comments on commit adc3bb7

Please sign in to comment.