mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Fix filterning
This commit is contained in:
parent
ef60928c4f
commit
04a58c41b1
@ -308,6 +308,7 @@ draft: false
|
||||
}
|
||||
const key3 = JSON.stringify(dat.method)
|
||||
for (const ex of dat.excitations) {
|
||||
Reflect.setPrototypeOf(ex.type,excitationType.prototype)
|
||||
if (window.filterParams[1] & ex.type != 0) {
|
||||
const key2 = JSON.stringify([ex.initial, ex.final, ex.type])
|
||||
if (!datadic.get(key1).has(key2)) {
|
||||
|
Loading…
Reference in New Issue
Block a user