OpenSimulationInterface / osi-validation

Tools around the OSI used to verify the content of messages and more.
Other
10 stars 8 forks source link

Error during decompression of example trace file #44

Closed ClemensLinnhoff closed 8 months ago

ClemensLinnhoff commented 1 year ago

Describe the bug

According to the usage documentation, the provided trace file example can be decompressed with lzma -d data/small_test.txt.lzma. In Ubuntu 22.4 this throws the following error:

lzma: data/small_test.txt.lzma: File format not recognized

Describe how to reproduce the bug

Steps to reproduce the behavior:

  1. Execute lzma -d data/small_test.txt.lzma

Describe the OS you are using