BerkeleyLearnVerify / Scenic

A compiler and scenario generator for the Scenic scenario description language.
https://scenic-lang.org/
Other
271 stars 93 forks source link

Serialization Fixes for 3D #178

Closed Eric-Vin closed 11 months ago

Eric-Vin commented 11 months ago

It looks like some behavior isn't accounted for by our serialization library, specifically orientations from vector fields. I've added a test that reproduces that behavior and serialization functionality for Orientation objects.

Eric-Vin commented 11 months ago

Tests have been moved/added.

Eric-Vin commented 11 months ago

Should address Issue https://github.com/BerkeleyLearnVerify/Scenic/issues/177

dfremont commented 11 months ago

Merging since the remaining test failure is unrelated.