Skip to content

Commit

Permalink
error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed May 9, 2024
1 parent c02bacf commit 43cb140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Provides implementations for the [TurboTouch predictor](https://ns.inria.fr/loki
1. Create a pool request.

## Ground truth data
[strokesPredicted64GroundTruth.csv](strokesPredicted64GroundTruth.csv) has been generated using [this version of the C++ implementation](), with the settings for 64 ms prediction. ```strokesPredicted64GroundTruth.csv``` is used to check other implementations.
[strokesPredicted64GroundTruth.csv](strokesPredicted64GroundTruth.csv) has been generated using [this version of the C++ implementation](https://github.com/LokiResearch/TurboTouchPredictor/blob/c02bacfb53d6ff50412f106a948c2c07d6a1feb5/cpp/lag/predictor/TurbotouchPredictor.cpp), with the settings for 64 ms prediction. ```strokesPredicted64GroundTruth.csv``` is used to check other implementations.

# Optimization

Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
break

if problem:
print("Problem with %s checking"%args.implementation, file=sys.stderr)
print("::error Problem with %s checking"%args.implementation, file=sys.stderr)
else:
print("\n>>>>>> %s implementation looks good. <<<<<<\n"%args.implementation)

0 comments on commit 43cb140

Please sign in to comment.