Skip to content

Commit

Permalink
Update tests and environment
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMathieu committed Apr 1, 2024
1 parent 671e745 commit c6ac35d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 109 deletions.
11 changes: 11 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: gr-min
channels:
- conda-forge
dependencies:
- python=3.7
- networkx
- numpy
- matplotlib
- scipy
- pandas
prefix: /home/philip/miniforge/envs/gr-min
16 changes: 0 additions & 16 deletions graphreadability.yml

This file was deleted.

1 change: 0 additions & 1 deletion graphreadability/tests/test_graphreadability.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import networkx as nx
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import graphreadability as gr

class TestGraphReadability(unittest.TestCase):
Expand Down
90 changes: 0 additions & 90 deletions graphreadability/tests/test_readabilitygraph.py

This file was deleted.

2 changes: 0 additions & 2 deletions graphreadability/utils/helpers.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from scipy.spatial import KDTree
import numpy as np
import networkx as nx
import numpy as np
import matplotlib.pyplot as plt


### MATH HELPERS ###
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
python_requires=">=3.7",
license="All Rights Reserved",
Expand Down

0 comments on commit c6ac35d

Please sign in to comment.