Issue #1248: Segmentation fault during profile creation (yt_analysis/yt)

July 21, 2016
2:52 p.m.
New issue 1248: Segmentation fault during profile creation https://bitbucket.org/yt_analysis/yt/issues/1248/segmentation-fault-during-p... Kacper Kowalik: As reported by @MatthewTurk on slack, following code: ``` import yt ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030") dd = ds.all_data() yt.create_profile(dd, "x", "ones", n_bins=256, weight_field=None) ``` results in segmentation fault (yt 1f83a250683e) Responsible: xarthisius
3129
Age (days ago)
3129
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kacper Kowalik