hu-macsy / simexpal

Simplifying Experimental Algorithmics
https://simexpal.readthedocs.io
MIT License
17 stars 18 forks source link

Fileless Instances: Document & Give Hint to User #150

Closed c-bebop closed 10 months ago

c-bebop commented 10 months ago

With this PR we address the issue #130. For fileless instances, the user did only get a somewhat cryptic error message in case they forgot to remove the @INSTANCE@ variable in the experiment argument list.

Two issues are addressed:

  1. Provide a better error message if @INSTANCE@ is part of the experiment arguments for a fileless experiment.
  2. Give a hint to the user in the documentation to not add (or remove) the @INSTANCE@ variable.