We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48793cb commit 55f03b7Copy full SHA for 55f03b7
1 file changed
openml_OS/views/pages/api_new/v1/json/evaluations.tpl.php
@@ -10,7 +10,7 @@
10
"flow_name":"<?php echo $e->fullName; ?>",
11
<?php if (property_exists($e, 'parameters')): ?>
12
"parameters": [
13
- <?php for($i = 0; $i < len($e->parameters); ++$i): ?>
+ <?php for($i = 0; $i < count($e->parameters); ++$i): ?>
14
<?php $p = $e->parameters[$i];
15
if ($i>0) echo ","; ?>
16
{"id": <?php echo htmlspecialchars($p->id); ?>,
0 commit comments