Skip to content

Commit

Permalink
Updated test case
Browse files Browse the repository at this point in the history
  • Loading branch information
WaterNewt committed Mar 22, 2024
1 parent 55c6ed0 commit bf443bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_raycasting.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sys
import os
import unittest
os.system("cythonize -i ../walls.pyx")
os.system("cythonize -i ../ray.pyx")
os.system("cythonize -i walls.pyx")
os.system("cythonize -i ray.pyx")
sys.path.insert(1, '..')
import ray
import walls
Expand Down

0 comments on commit bf443bd

Please sign in to comment.