Skip to content

Commit 808d7dd

Browse files
griosdspringcoil
authored andcommitted
Update text.py (#1545)
1 parent 57b6f13 commit 808d7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/backends/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ def dump(name, trace, chains=None):
199199
for chain in chains:
200200
filename = os.path.join(name, 'chain-{}.csv'.format(chain))
201201
df = ttab.trace_to_dataframe(
202-
trace, chains=chain, flat_names=flat_names)
202+
trace, chains=chain, flat_names=flat_names,hide_transformed_vars=False)
203203
df.to_csv(filename, index=False)

0 commit comments

Comments
 (0)