Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepkunkunuru committed Oct 2, 2024
1 parent 86a8632 commit 146e11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_algorithms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
import numpy as np
from optimization_algorithms import BMR_algorithm, BWR_algorithm, objective_function, constraint_1, constraint_2
from rao_algorithms import BMR_algorithm, BWR_algorithm, objective_function, constraint_1, constraint_2

class TestOptimizationAlgorithms(unittest.TestCase):

Expand Down

0 comments on commit 146e11f

Please sign in to comment.