Skip to content

Commit

Permalink
use fracridge pypi package; fix #20
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Jan 18, 2022
1 parent c6d645c commit 221cfcc
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 393 deletions.
6 changes: 1 addition & 5 deletions frrsa/fitting/fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
import numpy as np
from sklearn.preprocessing import StandardScaler
from sklearn.linear_model import Ridge

if ('dev' not in str(Path(os.getcwd()).parent)) and ('draco' not in str(Path(os.getcwd()).parent)) and ('cobra' not in str(Path(os.getcwd()).parent)):
from fitting.fracridge import fracridge
else:
from frrsa.frrsa.fitting.fracridge import fracridge
from fracridge import fracridge


def count_targets(y):
Expand Down
2 changes: 0 additions & 2 deletions frrsa/fitting/fracridge/__init__.py

This file was deleted.

99 changes: 0 additions & 99 deletions frrsa/fitting/fracridge/_linalg.py

This file was deleted.

71 changes: 0 additions & 71 deletions frrsa/fitting/fracridge/_numba.py

This file was deleted.

Loading

0 comments on commit 221cfcc

Please sign in to comment.