Issue #1148: Photon Simulator is not py3 compatible (yt_analysis/yt)
9 Dec
2015
9 Dec
'15
12:30 a.m.
New issue 1148: Photon Simulator is not py3 compatible https://bitbucket.org/yt_analysis/yt/issues/1148/photon-simulator-is-not-py3... Kacper Kowalik: ``` File "yt/analysis_modules/photon_simulator/tests/test_sloshing.py", line 103, in test_sloshing events2 = EventList.from_h5_file("test_events.h5") File "yt/analysis_modules/photon_simulator/photon_simulator.py", line 923, in from_h5_file parameters["Area"] = p["area"].value.decode("utf8") AttributeError: 'str' object has no attribute 'decode' ``` Responsible: jzuhone
3231
Age (days ago)
3231
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kacper Kowalik