Skip to content

Commit cece88b

Browse files
committed
Try again...
1 parent bee799e commit cece88b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This Swift module uses LoopAlgorithm to create C functions for generating predic
55
This is achieved by creating a foreign function interface (FFI) in Swift by using the unofficial @_cdecl Swift function. This interfaces the Swift code with C. Then we can create a dynamic library, import it into a Python (or other) repositories, and use for example ctypes to compile the C code.
66

77

8-
98
## Repository Overview
109

1110
### Exposed functions
@@ -21,8 +20,6 @@ Python API functions are located in `loop_to_python_api/api.py`.
2120
`python_tests/` contains examples of executing all the functions as well as example files providing templates on how to structure the input files.
2221

2322

24-
25-
2623
## Python API Functions
2724

2825
-------------------------

0 commit comments

Comments
 (0)