Skip to content

Commit

Permalink
Test: Bump NeuroTS and update the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Nov 27, 2023
1 parent 7a92168 commit ccf8708
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/base.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ morphio>=3.3.6,<4
neuroc>=0.2.8,<1
neurocollage>=0.3.0
neurom>=3.2.2,<4
neurots>=3.4.2,<4
neurots>=3.5,<4
numpy>=1.24.1
pandas>=1.5.3
placement_algorithm>=2.3.1
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package version."""
VERSION = "1.1.0"
VERSION = "1.2.0.dev0"
2 changes: 0 additions & 2 deletions tests/data/complete_tmd_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
0.0
]
],
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand All @@ -64,7 +63,6 @@
"metric": "path_distances",
"modify": null,
"orientation": null,
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"metric": "path_distances",
"modify": null,
"orientation": null,
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand Down Expand Up @@ -69,7 +68,6 @@
0.0
]
],
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand All @@ -87,7 +85,6 @@
"metric": "path_distances",
"modify": null,
"orientation": null,
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"metric": "path_distances",
"modify": null,
"orientation": null,
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand Down Expand Up @@ -69,7 +68,6 @@
0.0
]
],
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand All @@ -87,7 +85,6 @@
"metric": "path_distances",
"modify": null,
"orientation": null,
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand Down
2 changes: 0 additions & 2 deletions tests/data/raw_tmd_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
0.0
]
],
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand All @@ -30,7 +29,6 @@
"metric": "path_distances",
"modify": null,
"orientation": null,
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand Down
3 changes: 0 additions & 3 deletions tests/data/synthesis_input/tmd_specific_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"metric": "path_distances",
"modify": null,
"orientation": null,
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand Down Expand Up @@ -66,7 +65,6 @@
0.0
]
],
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand All @@ -84,7 +82,6 @@
"metric": "path_distances",
"modify": null,
"orientation": null,
"radius": 0.3,
"randomness": 0.24,
"step_size": {
"norm": {
Expand Down

0 comments on commit ccf8708

Please sign in to comment.