Skip to content

Commit

Permalink
build: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariush Wahdany committed Dec 13, 2023
1 parent 46274c2 commit a600945
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pylintrc_tweaks
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[MASTER]
init-hook='import sys; sys.path.append(".")'
# init-hook='import sys; sys.path.append(".")'
load-plugins = edx_lint.pylint
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "learning_ff"
name = "dp_learning_ff"
version = "0.0.1"
dependencies = [
"numpy",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np
from sklearn.metrics.pairwise import cosine_similarity

from learning_ff.coinpress import algos
from dp_learning_ff.coinpress import algos


def give_non_private_prototypes(
Expand Down

0 comments on commit a600945

Please sign in to comment.