Skip to content

Commit

Permalink
lint and test
Browse files Browse the repository at this point in the history
  • Loading branch information
blairlyons committed Apr 19, 2023
1 parent e57c46c commit f992136
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion vivarium_models/library/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

class Scan:
def __init__(self, parameter_sets, simulator_class, total_time, metrics=()):

self.parameter_sets = parameter_sets
self.simulator_class = simulator_class
self.total_time = total_time
Expand Down
2 changes: 1 addition & 1 deletion vivarium_models/tests/test_readdy_actin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Tests for actin ReaDDy models
"""

from vivarium_models import ReaddyActinProcess
# from vivarium_models import ReaddyActinProcess


def test_readdy_actin_process():
Expand Down

0 comments on commit f992136

Please sign in to comment.