Skip to content

Common: Chip_ID bug fixes#25

Closed
lukefahr wants to merge 1 commit into
masterfrom
chip_id
Closed

Common: Chip_ID bug fixes#25
lukefahr wants to merge 1 commit into
masterfrom
chip_id

Conversation

@lukefahr

Copy link
Copy Markdown
Contributor

No description provided.

@ppannuto ppannuto left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm okay with merging this as-is if need be to fix gyouho's problems, but it feels like two things got conflated here?

Comment thread tests/chip_id_tests.py

import logging
logging.basicConfig(level=logging.INFO, format="%(message)s")
#logging.basicConfig(level=logging.INFO, format="%(message)s")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this have gone with the logging PR instead? (fine, just weird that it's here)

Comment thread tests/chip_id_tests.py

@classmethod
def teardown_class(cls):
cls.sim_thread.join()

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem like it belongs to this commit?

Comment thread tests/chip_id_tests.py

@classmethod
def teardown_class(cls):
cls.sim_thread.join()

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same?

Comment thread tests/chip_id_tests.py

@classmethod
def teardown_class(cls):
cls.sim_thread.join()

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Comment thread tests/chip_id_tests.py

import nose
result = nose.run( defaultTest=__name__)
result = nose.run( argv=['--processes=0'], defaultTest=__name__)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what changed to need this now?

@lukefahr lukefahr closed this Sep 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants