Skip to content

Commit

Permalink
fix random module
Browse files Browse the repository at this point in the history
  • Loading branch information
cdonnay committed Apr 1, 2024
1 parent 9e35545 commit f4725de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gerrychain/optimization/optimization.py
@@ -1,7 +1,7 @@
from ..chain import MarkovChain
from .. partition import Partition
from ..accept import always_accept
from ..random import random
import random
from typing import Union, Callable, List, Any
from tqdm import tqdm
import math
Expand Down

0 comments on commit f4725de

Please sign in to comment.