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

21 Jul
2016
21 Jul
'16
7:52 a.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
2630
Age (days ago)
2630
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kacper Kowalik