Skip to content

Commit

Permalink
update import to fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Nov 18, 2024
1 parent fdc4c61 commit bc5b2f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions HARK/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@ def test_create_agents(self):
self.assertEqual(len(self.agent_pop.agents), 12)


import pytest
import numpy as np
from HARK.distribution import Uniform
from HARK.core import Parameters


@pytest.fixture
def sample_params():
return Parameters(a=1, b=[2, 3, 4], c=5.0, d=[6.0, 7.0, 8.0], T_cycle=3)
Expand Down

0 comments on commit bc5b2f2

Please sign in to comment.