Skip to content

Commit

Permalink
Update perturbIC_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leoberhelman authored Oct 28, 2024
1 parent 5c30b66 commit 688a4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perturbIC_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
import sys
from src.perturbIC import parse_args, set_seed, create_perturbation, is_end_of_file, if_perturb
from perturbIC import parse_args, set_seed, create_perturbation, is_end_of_file, if_perturb
from unittest.mock import Mock
import numpy as np
import numpy.random as rs
Expand Down

0 comments on commit 688a4e6

Please sign in to comment.