Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ venv.bak/
*.zarr
*.tif

# data file expection for test folder
!icepyx/tests/test_data/*

# data file exception for tracking info
!clones.csv
!views.csv
Expand Down
2 changes: 1 addition & 1 deletion icepyx/core/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def list_of_dict_vals(input_dict):


# REFACTOR: class needs better docstrings
# DevNote: currently this class is not tested
# DevNote: currently this class is partially tested
class Variables:
"""
Get, create, interact, and manipulate lists of variables and variable paths
Expand Down
Loading