File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/vivarium_profiling/tools Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 55import ast
66import cProfile
77import sys
8+
89from vivarium .framework .engine import SimulationContext
910
1011
Original file line number Diff line number Diff line change 11import json
22from pathlib import Path
3- from unittest .mock import patch
43from typing import List
4+ from unittest .mock import patch
55
66import pytest
77import yaml
Original file line number Diff line number Diff line change 11from pathlib import Path
2- from unittest .mock import patch , MagicMock
2+ from unittest .mock import MagicMock , patch
33
44import pytest
55
6- from vivarium_profiling .tools .run_profile import run_profile_scalene , run_profile_cprofile
6+ from vivarium_profiling .tools .run_profile import (
7+ run_profile_cprofile ,
8+ run_profile_scalene ,
9+ )
710
811
912@pytest .fixture
You can’t perform that action at this time.
0 commit comments