Skip to content

Commit

Permalink
Merge pull request #267 from VlachosGroup/JacksonBurns-patch-1
Browse files Browse the repository at this point in the history
Fix Missing import of `warnings` Inside `visualize_dataset.py`
  • Loading branch information
JacksonBurns authored Feb 2, 2024
2 parents 45a978e + 313aeab commit be07183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aimsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from . import chemical_datastructures
from . import utils

__version__ = "2.1.2"
__version__ = "2.1.3"
1 change: 1 addition & 0 deletions aimsim/tasks/visualize_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
plot_scatter,
plot_scatter_interactive,
)
from warnings import warn


class VisualizeDataset(Task):
Expand Down

0 comments on commit be07183

Please sign in to comment.