Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
- Neural State
- Neural State Creator
- Data Set Recorder
From the package.
These things have been implemented in ZnNL
  • Loading branch information
knikolaou committed May 16, 2024
1 parent b927df2 commit afdc77c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 496 deletions.
69 changes: 0 additions & 69 deletions CI/unit_tests/neural_state/test_neural_state.py

This file was deleted.

108 changes: 0 additions & 108 deletions CI/unit_tests/neural_state/test_neural_state_creator.py

This file was deleted.

3 changes: 1 addition & 2 deletions papyrus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@
papyrus measurements api.
"""

from papyrus import measurements, neural_state, recorders, utils
from papyrus import measurements, recorders, utils

__all__ = [
measurements.__name__,
utils.__name__,
neural_state.__name__,
recorders.__name__,
]
30 changes: 0 additions & 30 deletions papyrus/neural_state/__init__.py

This file was deleted.

73 changes: 0 additions & 73 deletions papyrus/neural_state/neural_state.py

This file was deleted.

Loading

0 comments on commit afdc77c

Please sign in to comment.