Skip to content

Commit

Permalink
Updated line_ID.py
Browse files Browse the repository at this point in the history
Updated line_ID.py to work with the restructured, new version of TARDIS
  • Loading branch information
jamesgillanders committed Nov 28, 2024
1 parent 6fc516c commit a888e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/analysis_tools/line_ID.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def from_simulation(cls, sim):
-------
line_identifier
"""
if sim.transport.virt_logging:
if sim.transport.enable_vpacket_tracking:
return cls(SDECData.from_simulation(sim, "virtual"))
else:
return cls(SDECData.from_simulation(sim, "real"))
Expand Down

0 comments on commit a888e9c

Please sign in to comment.