[go: nahoru, domu]

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

Plotting crashes, when simulations are unfinished #140

Closed
mimischi opened this issue Feb 8, 2019 · 0 comments
Closed

Plotting crashes, when simulations are unfinished #140

mimischi opened this issue Feb 8, 2019 · 0 comments
Labels

Comments

@mimischi
Copy link
Contributor
mimischi commented Feb 8, 2019

Expected behavior

Plotting should always work.

Actual behavior

When some simulations are unfinished, we replace the values with literal questions marks (?) in the pd.DataFrame. We should not do this, but rather only replace the np.nan values with question marks for printing.

Your version of MDBenchmark:
2.0

@mimischi mimischi added the bug label Feb 8, 2019
@mimischi mimischi mentioned this issue Mar 4, 2020
mimischi added a commit that referenced this issue Mar 4, 2020
Features
--------

- Add GPUs to cobra template. (#142)
- Lower startup time of the CLI. (#153)


Bugfixes
--------

- Already submitted benchmarks are now hidden in the summary of ``mdbenchmark submit``. (#139)
- Plotting will now work, even when some benchmarks are unfinished. (#140)
- Restarting benchmarks with ``mdbenchmark submit --force`` works again. (#141)


Misc
----

- Use ``poetry`` to manage Python dependencies and the project in general. (#155)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant