Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command_line #4

Merged
merged 5 commits into from
May 5, 2022
Merged

Command_line #4

merged 5 commits into from
May 5, 2022

Conversation

LejunJiang
Copy link
Collaborator

allow command line inputs for maximum execution time and mode

@LejunJiang LejunJiang requested a review from shineyruan May 4, 2022 23:59
Copy link
Contributor

@shineyruan shineyruan left a comment

Choose a reason for hiding this comment

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

Got error while running:

Traceback (most recent call last):
  File "/Users/zhihaoruan/miniforge3/envs/python_dvr/lib/python3.8/site-packages/matplotlib/backend_bases.py", line 1198, in _on_timer
    ret = func(*args, **kwargs)
  File "/Users/zhihaoruan/miniforge3/envs/python_dvr/lib/python3.8/site-packages/matplotlib/animation.py", line 1415, in _step
    self.event_source.interval = self._interval
AttributeError: 'NoneType' object has no attribute 'interval'

@shineyruan
Copy link
Contributor

Got error while running:

Traceback (most recent call last):
  File "/Users/zhihaoruan/miniforge3/envs/python_dvr/lib/python3.8/site-packages/matplotlib/backend_bases.py", line 1198, in _on_timer
    ret = func(*args, **kwargs)
  File "/Users/zhihaoruan/miniforge3/envs/python_dvr/lib/python3.8/site-packages/matplotlib/animation.py", line 1415, in _step
    self.event_source.interval = self._interval
AttributeError: 'NoneType' object has no attribute 'interval'

This is a known issue with no explicit fix. Check out README.md#known_issues for more details.

Copy link
Contributor

@shineyruan shineyruan left a comment

Choose a reason for hiding this comment

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

LGTM

@LejunJiang LejunJiang merged commit 2be2cfb into main May 5, 2022
@LejunJiang LejunJiang deleted the command_line branch May 5, 2022 02:25
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