Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBond committed Nov 25, 2024
1 parent 00e509a commit a092b7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fluid/example/text-viz/figure-spm-4.fld
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in MultiView {
rightBarChart: mkBarChart "SSP-4.5" ssp245,
explanation:
LinkedText [ "From the barchart shown above, we see that ", referToBar ssp245Industry
, " which suggests that in the high-emissions scenario it is ", @ probAsText (computeProb (40, 80) ssp245Industryheight) @
, " which suggests that in the high-emissions scenario it is ", probAsText (computeProb (40, 80) ssp245Industryheight)
, " that warming will exceed the global warming target of 2c by 2100."
, " In contrast, in the lowest-emission scenario, the probability of exceeding the target is only ", @ mkPercent (computeProb (25, 45) (head ssp119Consumer.bars).z) @
, " and we can see that ", explainCorrespondingBars total "Total", " have an average value of ", @ numToStr meanTotal @, "." ]
Expand Down
2 changes: 1 addition & 1 deletion script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -xe
rm -rf dist/
./script/util/compile.sh
./script/bundle.sh test Test.Test
./script/bundle-website.sh Misc
./script/bundle-fluid-org.sh
2 changes: 1 addition & 1 deletion src/App/View/TableView.purs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ arrayDictToArray2 :: forall a. Array String -> Array (Dict a) -> Array2 a
arrayDictToArray2 = map <<< flip (map <<< flip get)

defaultFilter :: Filter
defaultFilter = Everything
defaultFilter = Interactive

rowKey :: String
rowKey = "__n"
Expand Down
4 changes: 2 additions & 2 deletions test/Test.purs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import Util ((×))
import Website.Benchmark (benchmarks)

main :: Effect Unit
-- main = run tests
main = run tests

main = run scratchpad
-- main = run scratchpad

scratchpad :: TestSuite
scratchpad = asTestSuite $ bwdSuite
Expand Down

0 comments on commit a092b7d

Please sign in to comment.