Skip to content

Commit

Permalink
add nsupers obs
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Dec 20, 2023
1 parent e873040 commit f157a02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/exampleplotting/exampleplotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Author: Clara Bayley (CB)
Additional Contributors:
-----
Last Modified: Sunday 26th November 2023
Last Modified: Wednesday 20th December 2023
Modified By: CB
-----
License: BSD 3-Clause "New" or "Revised" License
Expand Down
2 changes: 1 addition & 1 deletion pySD/sdmout_src/massmoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Author: Clara Bayley (CB)
Additional Contributors:
-----
Last Modified: Monday 20th November 2023
Last Modified: Wednesday 20th December 2023
Modified By: CB
-----
License: BSD 3-Clause "New" or "Revised" License
Expand Down
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ create_observer(const Config &config,
// const Observer auto obs5 = StateObserver(obsstep, store, maxchunk,
// config.ngbxs);

// const Observer auto obs6 = NsupersObserver(obsstep, store, maxchunk,
// config.ngbxs);
const Observer auto obs6 = NsupersObserver(obsstep, store, maxchunk,
config.ngbxs);

// const Observer auto obs7 = NrainsupersObserver(obsstep, store, maxchunk,
// config.ngbxs);
Expand All @@ -235,7 +235,7 @@ create_observer(const Config &config,

// return obs0 >> obs1 >> obs2 >> obs3 >> obs4 >> obs5 >> obs6 >>
// obs7 >> obs8 >> obs9 >> obs10;
return obs0 >> obs1 >> obs2 >> obs3 >> obs4 >> obs8 >> obs10;
return obs0 >> obs1 >> obs2 >> obs3 >> obs4 >> obs6 >> obs8 >> obs10;
}

inline auto create_sdm(const Config &config,
Expand Down

0 comments on commit f157a02

Please sign in to comment.