Skip to content

Commit

Permalink
Minor mod to NAMESPACE (think whether this is needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosertoli committed Apr 3, 2024
1 parent 20d1224 commit 4eb33fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indica/readers/abstractreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class DataReader(BaseIO):
_IMPLEMENTATION_QUANTITIES: Dict[str, Dict[str, ArrayType]] = {}

_RECORD_TEMPLATE = "{}-{}-{}-{}-{}"
NAMESPACE: Tuple[str, str] = ("", "")
NAMESPACE: Tuple[str, str] = ("experiment", "server")

def __init__(
self,
Expand Down

0 comments on commit 4eb33fa

Please sign in to comment.