Commit 8265429e authored by rusty1s's avatar rusty1s
Browse files

lint

parent 05d058c1
from os import path as osp
import torch import torch
from torch.utils.ffi import create_extension from torch.utils.ffi import create_extension
abs_path = osp.join(osp.dirname(osp.realpath(__file__)), 'torch_scatter')
abs_path = 'torch_scatter'
headers = ['torch_scatter/src/cpu.h'] headers = ['torch_scatter/src/cpu.h']
sources = ['torch_scatter/src/cpu.c'] sources = ['torch_scatter/src/cpu.c']
include_dirs = ['torch_scatter/src', 'torch_scatter/kernel'] include_dirs = ['torch_scatter/src', 'torch_scatter/kernel']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment