Zhe Yu
Zhe Yu
Hi @nikolicdanilo, I am not exactly sure what the problem could be. Can you please check the following things? - any error message from the terminal you run the python...
Hi @rmahdav, it is hard for me to diagnose without any error message. I can help you fix this problem if you can send me (to [email protected]) a small sample...
@rmahdav fixed. Please pull the repo and try loading your data. Note: if you see a pickle file named after your data under src/memory, please remove it before loading your...
@swiftvictor you are right. It only works with Python 2.7 right now. We are trying to make it compatible with Python 3 but if you want to use it now,...
``` import os import sys root = os.getcwd().split("src")[0] + "src/src/util" sys.path.append(root) ``` The above code should add util to the source root so that ``` from mar import MAR ```...
Yes. That was a mistake. I have updated the [test.py](https://github.com/hil-se/fds/blob/master/assignments/project/test.py) file to correct the path. Please pull from this repo or make the correction yourself.
You should 1. Clone this repo to your local machine. 2. Clone your private repo to your local machine. 3. Copy everything from the local folder of this fds repo...
Did you do git add and git commit before git push? Please refer to Assignment 0 for more detailed steps.
Glad you solved it!