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

Arkane pdep py3 fixes #1808

Merged
merged 2 commits into from
Nov 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arkane/statmech.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def create_hindered_rotor_figure(self, angle, v_list, cosine_rotor, fourier_roto
['$0$', '$\pi/4$', '$\pi/2$', '$3\pi/4$', '$\pi$', '$5\pi/4$', '$3\pi/2$', '$7\pi/4$', '$2\pi$'])

self.hindered_rotor_plots.append((fig, rotor_index))
fig.close()
plt.close(fig)
alongd marked this conversation as resolved.
Show resolved Hide resolved

def save_hindered_rotor_figures(self, directory):
"""
Expand Down