Fix some mistakes in timer and output format
This commit is contained in:
@@ -75,7 +75,7 @@ namespace platform {
|
||||
void Experiment::save(string path)
|
||||
{
|
||||
json data = build_json();
|
||||
ofstream file(path + get_file_name());
|
||||
ofstream file(path + "/" + get_file_name());
|
||||
file << data;
|
||||
file.close();
|
||||
}
|
||||
|
Reference in New Issue
Block a user