Skip to content

add readme

add readme #11

GitHub Actions / JUnit Test Report failed Apr 12, 2025 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in unit

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

unit

Failed loading tests:
Raw output
ERROR in unit (:)
Failed loading tests:
Exception: clojure.lang.Compiler$CompilerException: Syntax error macroexpanding at (provisdom/math/combinatorics_test.clj:1:1).
#:clojure.error{:phase :execution, :line 1, :column 1, :source "provisdom/math/combinatorics_test.clj"}
 at clojure.lang.Compiler.load (Compiler.java:8177)
    ...
(Rest of stacktrace elided)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.math3.util.CombinatoricsUtils
 at java.net.URLClassLoader.findClass (URLClassLoader.java:445)
    ...
    provisdom.math.combinatorics_test$eval10133$loading__6812__auto____10134.invoke (combinatorics_test.clj:1)
    provisdom.math.combinatorics_test$eval10133.invokeStatic (combinatorics_test.clj:1)
    provisdom.math.combinatorics_test$eval10133.invoke (combinatorics_test.clj:1)
    ...
(Rest of stacktrace elided)