j143 commented on pull request #1240:
URL: https://github.com/apache/systemds/pull/1240#issuecomment-840984953
Hi @JustYeti32, your script is working now.
```sh
spark-submit ./target/SystemDS.jar -f ./garch.dml -debug
```
<details>
<summary>Output</summary>
```log
500
0.1465992000635401
inside fct
0.4953763721731841
0.16662955948948133
0.5139428358834109
arch_coef
0.16662955948948133
2021-05-14 09:07:51 WARN ProgramBlock:159 - Function output diff_a0 has
wrong value type: INT64.
2021-05-14 09:07:51 WARN ProgramBlock:159 - Function output diff_arch_coef
has wrong value type: INT64.
2021-05-14 09:07:51 WARN ProgramBlock:159 - Function output diff_var_coef
has wrong value type: INT64.
inside fct
0.5486355770452269
0.143963405024472
0.5671089367003042
arch_coef
0.143963405024472
2021-05-14 09:07:51 WARN ProgramBlock:159 - Function output diff_a0 has
wrong value type: INT64.
2021-05-14 09:07:51 WARN ProgramBlock:159 - Function output diff_arch_coef
has wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_var_coef
has wrong value type: INT64.
inside fct
0.5575099506987744
0.18387546158151635
0.5002680823800243
arch_coef
0.18387546158151635
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_a0 has
wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_arch_coef
has wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_var_coef
has wrong value type: INT64.
inside fct
0.5617856260447684
0.18168832532508336
0.5224789046199482
arch_coef
0.18168832532508336
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_a0 has
wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_arch_coef
has wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_var_coef
has wrong value type: INT64.
inside fct
0.5340070916896925
0.1515061489091135
0.5718176153552492
arch_coef
0.1515061489091135
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_a0 has
wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_arch_coef
has wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_var_coef
has wrong value type: INT64.
inside fct
0.5675331949522027
0.17258134095835503
0.5024475266312846
arch_coef
0.17258134095835503
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_a0 has
wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_arch_coef
has wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_var_coef
has wrong value type: INT64.
inside fct
0.5594974002032855
0.1524429867325436
0.5575131871765586
arch_coef
0.1524429867325436
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_a0 has
wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_arch_coef
has wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_var_coef
has wrong value type: INT64.
inside fct
0.5408704415549264
0.16589084968418205
0.5258133459717219
arch_coef
0.16589084968418205
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_a0 has
wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_arch_coef
has wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_var_coef
has wrong value type: INT64.
inside fct
0.5209856201311941
0.15171010554582864
0.5233097391731367
arch_coef
0.15171010554582864
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_a0 has
wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_arch_coef
has wrong value type: INT64.
2021-05-14 09:07:52 WARN ProgramBlock:159 - Function output diff_var_coef
has wrong value type: INT64.
```
</details>
---
If adding tests is overwhelming for you, just complete this script with
correct numeric output.
We will help you with the tests! 😃
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]