Skip to content

Commit 14fbf7f

Browse files
Googlertensorflower-gardener
authored andcommitted
migrate away from deprecated gfile functionality
PiperOrigin-RevId: 381064959
1 parent 12d1809 commit 14fbf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_probability/examples/jupyter_notebooks/HLM_TFP_R_Stan.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
}
534534
],
535535
"source": [
536-
"data = read_csv(gfile('/tmp/radon/radon.csv'))"
536+
"data = read_csv(gfile::GFile('/tmp/radon/radon.csv'))"
537537
]
538538
},
539539
{

0 commit comments

Comments
 (0)