BUG: Fixed bugs in the file paths to the sample saved state.

This commit is contained in:
Delaney Granizo-Mackenzie
2015-03-04 15:57:59 -05:00
parent 8b3fce94a3
commit f9afb132e3
19 changed files with 8 additions and 312095 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ argument_list = [
def write_state_to_disk(cls, state, emission_rate=None):
state_dir = cls.__module__ + cls.__name__
state_dir = cls.__module__ + '.' + cls.__name__
full_dir = base_state_dir + '/' + state_dir