Open ashriram opened 2 years ago
When modules are initialized within a script sourcecode.File does not include path so this statement fails:
https://github.com/sfu-arch/muir-lib/blob/fea6a314e2ab5d018d7664a2b3ebde6b292675de/src/main/scala/node/ComputeNode.scala#L39
Replace with class name e.g., this.getClass.getSimpleName print to check.
When modules are initialized within a script sourcecode.File does not include path so this statement fails:
https://github.com/sfu-arch/muir-lib/blob/fea6a314e2ab5d018d7664a2b3ebde6b292675de/src/main/scala/node/ComputeNode.scala#L39
Replace with class name e.g., this.getClass.getSimpleName print to check.