Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming of slice variables to slab - Fixes issue #21 #22

Merged
merged 6 commits into from
Nov 22, 2024

Conversation

Iago-7
Copy link
Contributor

@Iago-7 Iago-7 commented Nov 21, 2024

In the container.py, trace_handler.py, and correlation_data.py files, the variable name slice shadows the built-in Python function slice. In order to avoid errors and confusion, the following variable name changes were made:

slice --> slab
slices --> slabs
time_slice --> slab_range
slice_index --> slab_points
batch_slice -->batch_slab
self.sample_slice --> self.sample_slab
self.slices --> self.slabs

Additionally, Christopher McLean was added to the list of contributors in README.md.

Added Christopher McLean to list of contributors.
Removed slice naming from file: slice --> slab, time_slice --> slab_range, slice_index --> slab_points.
Removed slice naming from file: slice --> slab, time_slice --> slab_range, slice_index --> slab_points, self.slices --> self.slabs, self.sample_slice --> self.sample_slab, slices --> slabs.
Removed slice naming from file: slice --> slab, self.slices --> self.slabs.
@decryptofy
Copy link
Owner

It appears you will have to include: "CMU License (MIT-CMU)" for a new dependency of matplotlib to pass the license check. See list of authorized licenses here: https://github.com/decryptofy/scarr/blob/main/license_check.ini

Added CMU License (MIT-CMU) to the list of authorized licenses.
@Iago-7
Copy link
Contributor Author

Iago-7 commented Nov 21, 2024

Added CMU License (MIT-CMU) to the list of authorized licenses.

@decryptofy decryptofy merged commit 481d96c into decryptofy:main Nov 22, 2024
2 checks passed
@decryptofy
Copy link
Owner

Thanks, I checked this with the first Jupyter notebook and everything still works as it should.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants