Skip to content

Commit

Permalink
Deploying to gh-pages from @ e0a455b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Sep 1, 2024
1 parent f228fd2 commit 6e0feaf
Show file tree
Hide file tree
Showing 12 changed files with 7,566 additions and 7,561 deletions.
7,546 changes: 3,773 additions & 3,773 deletions node.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -18074,15 +18074,16 @@ var $;
};
}
points_traversed() {
const values_by_label = Object.fromEntries(this.multi_jsons().map((j, i) => [i, new Map]));
const jsons = this.multi_jsons() ?? [this.json()];
const values_by_label = Object.fromEntries(jsons.map((j, i) => [i, new Map]));
let value_min = Infinity;
let value_max = -Infinity;
const indexes_by_label = new Map();
const labels = new Set();
let points_x = [];
let points_y = [];
let points_z = [];
this.multi_jsons().map((json, index) => {
jsons.map((json, index) => {
const points = $mpds_visavis_plot_cube_json(json).payload.points;
points.labels.forEach((label, i) => {
indexes_by_label.get(label)?.push(index) ?? indexes_by_label.set(label, [index]);
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18074,15 +18074,16 @@ var $;
};
}
points_traversed() {
const values_by_label = Object.fromEntries(this.multi_jsons().map((j, i) => [i, new Map]));
const jsons = this.multi_jsons() ?? [this.json()];
const values_by_label = Object.fromEntries(jsons.map((j, i) => [i, new Map]));
let value_min = Infinity;
let value_max = -Infinity;
const indexes_by_label = new Map();
const labels = new Set();
let points_x = [];
let points_y = [];
let points_z = [];
this.multi_jsons().map((json, index) => {
jsons.map((json, index) => {
const points = $mpds_visavis_plot_cube_json(json).payload.points;
points.labels.forEach((label, i) => {
indexes_by_label.get(label)?.push(index) ?? indexes_by_label.set(label, [index]);
Expand Down
5 changes: 3 additions & 2 deletions node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18058,15 +18058,16 @@ var $;
};
}
points_traversed() {
const values_by_label = Object.fromEntries(this.multi_jsons().map((j, i) => [i, new Map]));
const jsons = this.multi_jsons() ?? [this.json()];
const values_by_label = Object.fromEntries(jsons.map((j, i) => [i, new Map]));
let value_min = Infinity;
let value_max = -Infinity;
const indexes_by_label = new Map();
const labels = new Set();
let points_x = [];
let points_y = [];
let points_z = [];
this.multi_jsons().map((json, index) => {
jsons.map((json, index) => {
const points = $mpds_visavis_plot_cube_json(json).payload.points;
points.labels.forEach((label, i) => {
indexes_by_label.get(label)?.push(index) ?? indexes_by_label.set(label, [index]);
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 6e0feaf

Please sign in to comment.