Skip to content

Commit

Permalink
Update getCatMatrices.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-tct authored Dec 23, 2020
1 parent 45c11d7 commit b06f6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/FaRM/getCatMatrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys
import os
from pathlib import Path
useful_dir = os.path.join(Path(__file__).parent.parent.parent, \
useful_dir = os.path.join(str(Path(__file__).parent.parent.parent), \
'tools', 'useful')
sys.path.insert(0, useful_dir)
import create_mconf
Expand Down

0 comments on commit b06f6d2

Please sign in to comment.