y_petri 2.1.17 → 2.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/y_petri/simulation/marking_vector/access.rb +0 -1
- data/lib/y_petri/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c6473b48dec04630c9027b0d3335d18c91a4301
|
|
4
|
+
data.tar.gz: ae80469d37a2f373f6c20edf2a0c1955176cc134
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10d7df35e22f132012c75c6b017b17a30788b3d66f01ff72ce6f10fd8bbeae78f664fea8745982e8d0b2666e87044f24c14c0f39486dd1d0a080799137202163
|
|
7
|
+
data.tar.gz: b99f52b56838e8a569da1b0e17fc4f624e03108845a90d05cd68894192be34a05f9e83eef1bce4c676af1e9ab5ac6cfe1955560b4b0346892fa719479f195b02
|
|
@@ -42,7 +42,6 @@ class YPetri::Simulation::MarkingVector
|
|
|
42
42
|
def pm ids=nil, gap: 0, precision: 2
|
|
43
43
|
p_m( ids ).pretty_print_numeric_values gap: gap, precision: precision
|
|
44
44
|
end
|
|
45
|
-
alias pm p_m
|
|
46
45
|
|
|
47
46
|
# Modifies the marking vector. Takes one argument. If the argument is a hash
|
|
48
47
|
# of pairs { place => new value }, only the specified places' markings are
|
data/lib/y_petri/version.rb
CHANGED