richelbilderbeek / razzo

Research project by Giovanni Laudanno and Richel J.C. Bilderbeek
GNU General Public License v3.0
2 stars 2 forks source link

Add raztr repo #379

Closed richelbilderbeek closed 4 years ago

richelbilderbeek commented 4 years ago

The CIs break when using both (1) new functionality and (2) get_razzo_path functions. Due to this, razzo cannot be installed as easy as one would expect.

The reason is, that get_razzo_path gets a file from an installed version of razzo. This installed version of razzo is usually older. These old files are used to test a newer version. When this fails, the new version is not installed. A Catch-22: would the new version be installed, there would be no problem.

To resolve this as one would expect, I will put the example razzo data in a package called razzo_test_results and modify get_razzo_path accordingly.

richelbilderbeek commented 4 years ago

raztr has joined the party!

richelbilderbeek commented 4 years ago

Done!