You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that the _read_metadata() function correctly detected that the simulation_objects.csv file was missing, but the error message refers to a non-existing variable which causes a NameError to be raised:
We've encountered this while working on DISPATCHES (see gmlc-dispatches/dispatches#119 (comment)).
My understanding is that the
_read_metadata()
function correctly detected that thesimulation_objects.csv
file was missing, but the error message refers to a non-existing variable which causes aNameError
to be raised:Egret/egret/parsers/rts_gmlc/parser.py
Lines 154 to 157 in 12e3757
The text was updated successfully, but these errors were encountered: