Skip to content

Commit

Permalink
IGNORE: added Mdicts.p/csvs/plots to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobeltran committed Jun 3, 2019
1 parent d8b2c37 commit 8a11519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ dist

# Data files not tracked #
##########################
csvs/gprops
csvs
nuc_chain/data/Mdict_from_unwraps.p
plots


# LateX Files #
Expand Down
4 changes: 0 additions & 4 deletions nuc_chain/fluctuations.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,10 +836,6 @@ def tabulate_M_kinks(unwraps=None, l0max=None, **kwargs):
# Mdict[u] = pd.DataFrame(M)
Mdict[u] = M

#CODE USED TO SAVE CSV FILE -- module uses pickled file for calculations
# Mdf = pd.concat(Mdict.values(), keys=Mdict.keys())
# Mdf.index.names = ['unwrap', 'If']
# Mdf.to_csv('csvs/Mkink_matrices.csv')
pickle.dump(Mdict, open(mdicts_file, 'wb'))
return Mdict

Expand Down

0 comments on commit 8a11519

Please sign in to comment.