while creating a PR for pebble (#138) I couldn't measure my submissions
for good measure, I tried to run the same comand on exsisting submissions, without success
for example, running in the root of the project
cape submission measure submissions/fibonacci_naive_recursion/Aiken_1.1.17_KtorZ/
gives me
INFO: Measuring UPLC program: submissions/fibonacci_naive_recursion/Aiken_1.1.17_KtorZ/fibonacci.uplc
ERROR: ✗ Failed to measure UPLC program (submissions/fibonacci_naive_recursion/Aiken_1.1.17_KtorZ/fibonacci.uplc)
ERROR: Test execution details:
ERROR: Hint: Check test data format if you see parse errors. BuiltinData uses:
ERROR: - Integers: 42, -123
ERROR: - ByteStrings: #deadbeef
ERROR: - Constructors: 0(), 1(42 #cafe)
ERROR: - Lists: [1 2 3]
ERROR: - Maps: {1:42}
while creating a PR for pebble (#138) I couldn't measure my submissions
for good measure, I tried to run the same comand on exsisting submissions, without success
for example, running in the root of the project
gives me