camlspotter / HybridLearner

HybridLearner: A tool to learn Hybrid Systems for Cyber Physical Systems
GNU General Public License v3.0
0 stars 0 forks source link

--output-dir instead of --output-file #13

Open camlspotter opened 3 months ago

camlspotter commented 3 months ago

When --output-file xxx.txt is given, HybridLearner creates lots of files such as:

This isn't very clear. Instead of --output-file and generate an output dir from its arguments, we should simply have --output-dir dir then put all the output files under it.

See #11 and #12 for more contexts.