Skip to content

Commit

Permalink
python2 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
karenl7 committed Mar 23, 2019
1 parent 31103b9 commit 98bb707
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file added scripts/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion scripts/stlcg.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
import torch
import numpy as np
from abc import ABC, abstractmethod
from scripts.util import *
import IPython
# Assume inputs are already reversed.
Expand Down
1 change: 1 addition & 0 deletions scripts/util.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import torch
import numpy as np

Expand Down

0 comments on commit 98bb707

Please sign in to comment.